This documentation is archived and is not being maintained.
WorkspaceEventSource Enumeration
Visual Studio 2013
Describes the source of a workspace event.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
| Member name | Description | |
|---|---|---|
| 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(). | |
| ExternalScanned | This event was raised by an action which occurred externally, but not through a cross-process notification -- instead, it was discovered by the local workspace scanner. Events with this source are raised only for local workspaces (Workspace.Location == WorkspaceLocation.Local). | |
| Internal | This event was raised by an action that occurred on this VersionControlServer object. |
Show: