NotificationType Enumeration
Indicates the type for a notification
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Enumeration NotificationType
'Usage
Dim instance As NotificationType
public enum NotificationType
public enum class NotificationType
public enum NotificationType
Members
Member name | Description | |
---|---|---|
DecisionPoint | The publisher expects a return value from each subscriber, possibly altering control flow within the publisher. | |
Notification | The publisher does not expect a return value and the publication serves as a notification of the occurrence of an event. |