WorkspaceEventSource Enumeration
Describes the source of a workspace event.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public Enumeration WorkspaceEventSource
public enum WorkspaceEventSource
public enum class WorkspaceEventSource
type WorkspaceEventSource
public enum WorkspaceEventSource
Members
Member name | Description | |
---|---|---|
Internal | This event was raised by an action that occurred on this VersionControlServer object. | |
External | This event was raised by an action that occurred externally (such as through a cross- process notification from the NotificationManager). External events can be received only when the notification manager has been started with NotificationManager.Initialize(). |
Remarks
Internal: The event was raised by an action that occurred on this VersionControlServer object.
External: The event was raised by an action that occurred externally (that is, from a notification from the NotificationManager).