SPWorkflowExternalDataExchangeService members

Provides an abstract class that derived classes can use to represent a workflow communication service.

The SPWorkflowExternalDataExchangeService type exposes the following members.

Constructors

  Name Description
Protected method SPWorkflowExternalDataExchangeService Creates a new instance of a workflow data exchange service when called in the constructor for a concrete subclass.

Top

Properties

  Name Description
Public property CurrentWorkflow Gets the workflow instance that is running on the current thread.
Public property ParentCollection Gets the collection that contains this SPWorkflowExternalDataExchangeService object.
Public property PendingWorkBatch Gets an object that provides methods to participate in the pending work batch of the workflow runtime.

Top

Methods

  Name Description
Public method AddBatch Adds a pending work item to the current work batch.
Public method AfterWorkflowRun When overridden in a derived class, represents the method that will be called after the specified workflow completes.
Public method BeforeWorkflowRun When overridden in a derived class, represents the method that will be called before the specified workflow is executed.
Public method CallEventHandler When overridden in a derived class, calls the specified workflow event handler when an event is raised.
Public method CreateSubscription When overridden in a derived class, creates the specified subscription for the service to listen for an event.
Public method DeleteSubscription When overridden in a derived class, deletes the specified subscription.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member RaiseEvent(SPWeb, Guid, Type, String, []) Raises a workflow event.
Public methodStatic member RaiseEvent(SPWeb, Int32, Guid, Type, String, [], SPWorkflowRunOptions) Raises a workflow event by specifying the user whose action generated the event and options for running the workflow.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPWorkflowExternalDataExchangeService class

Microsoft.SharePoint.Workflow namespace