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)
'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
)
subscription
Type: System.Workflow.Activities.MessageEventSubscriptionA message event subscription to route messages to the appropriate workflow instance.
This method creates the specified subscription for the service to listen for an event.
SPWorkflowExternalDataExchangeService class