SPWorkflowExternalDataExchangeService Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
SPWorkflowExternalDataExchangeService | Creates a new instance of a workflow data exchange service when called in the constructor for a concrete subclass. |
Top
Properties
Name | Description | |
---|---|---|
CurrentWorkflow | Gets the workflow instance that is running on the current thread. | |
ParentCollection | Gets the collection that contains this SPWorkflowExternalDataExchangeService object. | |
PendingWorkBatch | Gets an object that provides methods to participate in the pending work batch of the workflow runtime. |
Top
Methods
Name | Description | |
---|---|---|
AddBatch | Adds a pending work item to the current work batch. | |
AfterWorkflowRun | When overridden in a derived class, represents the method that will be called after the specified workflow completes. | |
BeforeWorkflowRun | When overridden in a derived class, represents the method that will be called before the specified workflow is executed. | |
CallEventHandler | When overridden in a derived class, calls the specified workflow event handler when an event is raised. | |
CreateSubscription | When overridden in a derived class, creates the specified subscription for the service to listen for an event. | |
DeleteSubscription | When overridden in a derived class, deletes the specified subscription. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RaiseEvent(SPWeb, Guid, Type, String, []) | Raises a workflow event. | |
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. | |
ToString | (Inherited from Object.) |
Top