SPWorkflowExternalDataExchangeService.CreateSubscription Method
When overridden in a derived class, creates the specified subscription for the service to listen for an event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustOverride Sub CreateSubscription ( _
subscription As MessageEventSubscription _
)
'Usage
Dim instance As SPWorkflowExternalDataExchangeService
Dim subscription As MessageEventSubscription
instance.CreateSubscription(subscription)
public abstract void CreateSubscription(
MessageEventSubscription subscription
)
Parameters
subscription
Type: System.Workflow.Activities.MessageEventSubscriptionA message event subscription to route messages to the appropriate workflow instance.
Remarks
This method creates the specified subscription for the service to listen for an event.
See Also
Reference
SPWorkflowExternalDataExchangeService Class