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.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.NotificationManager

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public NotInheritable Class NotificationManager
public static class NotificationManager
public ref class NotificationManager abstract sealed
[<AbstractClass>]
[<Sealed>]
type NotificationManager =  class end
public final class NotificationManager

The NotificationManager type exposes the following members.

Methods

  Name Description
Public methodStatic member Initialize Initializes the NotificationManager instance.
Public methodStatic member 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.

See Also

Reference

Microsoft.TeamFoundation.Client Namespace