Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |