This documentation is archived and is not being maintained.

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)

public enum class EventNotificationStatus

Member nameDescription
ActionApprovedLike ActionPermitted, but do not notify other subscribers.

ActionDeniedAction denied; do not notify other subscribers.

ActionPermittedAction permitted; continue with subscriber notification.

Show: