Aracılığıyla paylaş


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

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