NotificationManager Class
Delivers notifications of events across processes in a single desktop. This is used to keep the user interfaces in Visual Studio current regarding changes that are enacted locally, such as version control workspace manipulation.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Client.NotificationManager
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class NotificationManager
[CLSCompliantAttribute(false)]
public static class NotificationManager
[CLSCompliantAttribute(false)]
public ref class NotificationManager abstract sealed
[<AbstractClass>]
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type NotificationManager = class end
public final class NotificationManager
The NotificationManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize | Initializes the [NotificationManager] instance. | |
Shutdown | Shuts down the [NotificationManager] instance. |
Top
Remarks
The messages are delivered across processes using Win32 windows.
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.