NotificationType Enumeration
The publisher determines the reason for the notification and specifies one of the following values: - DecisionPoint – Notification.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Enumeration NotificationType
public enum NotificationType
public enum class NotificationType
type NotificationType
public enum NotificationType
Members
Member name | Description | |
---|---|---|
DecisionPoint | The publisher expects a return value from each subscriber possibly changing control flow in the publisher. | |
Notification | The publisher does not expect a return value and the publication serves as a notification that an event has occurred. |