Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |