EventNotificationStatus Enumeration

The possible return values from the notification of a subscriber.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Enumeration EventNotificationStatus
public enum EventNotificationStatus
public enum class EventNotificationStatus
type EventNotificationStatus
public enum EventNotificationStatus

Members

Member name Description
ActionApproved Like ActionPermitted, but do not notify other subscribers.

ActionDenied Action denied; do not notify other subscribers.

ActionPermitted Action permitted; continue with subscriber notification.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace