Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.ClientNotification
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface IClientNotificationService _
    Inherits ITeamFoundationService
public interface IClientNotificationService : ITeamFoundationService
public interface class IClientNotificationService : ITeamFoundationService
type IClientNotificationService =  
    interface 
        interface ITeamFoundationService 
    end
public interface IClientNotificationService extends ITeamFoundationService
The IClientNotificationService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | PostNotification(TeamFoundationRequestContext, NotificationMessage, Guid) | |
| .gif) | PostNotification(TeamFoundationRequestContext, NotificationMessage, DateTime, Guid) | |
| .gif) | ServiceEnd | ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.) | 
| .gif) | ServiceStart | ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.) | 
| .gif) | Subscribe | 
Top
See Also
Reference
Microsoft.VisualStudio.Services.ClientNotification Namespace