PSEventNameMap Class
Contains methods that get the source name of an event and the event name.
Inheritance Hierarchy
System.Object
Microsoft.Office.Project.Server.Library.PSEventNameMap
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Class PSEventNameMap
'Usage
Dim instance As PSEventNameMap
public class PSEventNameMap
Remarks
The source of an event can be the name of a primary class in the PSI, such as Project, Statusing, or LookupTable. The event name can be a pre-event such as Creating or a post-event such as Created.
For a list of events in Project Server, see the PSEventID enumeration.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.