Share via


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)

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

Remarks

This method creates the specified subscription for the service to listen for an event.

See also

Reference

SPWorkflowExternalDataExchangeService class

SPWorkflowExternalDataExchangeService members

Microsoft.SharePoint.Workflow namespace