This topic has not yet been rated - Rate this topic

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. 
Object
  Microsoft.TeamFoundation.Client.NotificationManager

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
[CLSCompliantAttribute(false)]
public static class NotificationManager

The NotificationManager type exposes the following members.

  NameDescription
Public methodStatic memberInitializeInitializes the [NotificationManager] instance.
Public methodStatic memberShutdownShuts down the [NotificationManager] instance.
Top

The messages are delivered across processes using Win32 windows.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.