WorkflowSubscriptionService members

Manages subscriptions for SharePoint workflow instances.

The WorkflowSubscriptionService type exposes the following members.

Constructors

  Name Description
Protected method WorkflowSubscriptionService Initializes a new instance of the WorkflowSubscriptionService class.

Top

Properties

  Name Description
Public propertyStatic member Current Gets the current instance of the WorkflowSubscriptionService.

Top

Methods

  Name Description
Public method DeleteSubscription Deletes the specified WorkflowSubscription instance.
Public method EnumerateSubscriptions Retrieves a WorkflowSubscriptionCollection instance that contains all of the workflow subscriptions on a given site collection (SPWeb).
Public method EnumerateSubscriptionsByDefinition Retrieves a WorkflowSubscriptionCollection instance based on a specified workflow definition.
Public method EnumerateSubscriptionsByEventSource Retrieves a WorkflowSubscriptionCollection instance based on the specified event source.
Public method EnumerateSubscriptionsByList Retrieves a WorkflowSubscriptionCollection based on a specified list.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSubscription Retrieves an instance of the WorkflowSubscription based on its id.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PublishSubscription Creates a workflow subscription in Microsoft Azure.
Public method PublishSubscriptionForList Creates a workflow subscription in Microsoft Azure and creates an event receiver on the specified list.
Public method RegisterInterestInList Creates an event receiver on a SharePoint list for the specified event, if necessary.
Public method ToString (Inherited from Object.)
Public method UnregisterInterestInList Removes an even receiver from the SharePoint list for a specified event.

Top

See also

Reference

WorkflowSubscriptionService class

Microsoft.SharePoint.WorkflowServices namespace