Aracılığıyla paylaş


SPWorkflowExternalDataExchangeService Constructor

Creates a new instance of a workflow data exchange service when called in the constructor for a concrete subclass.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub New
'Usage

Dim instance As New SPWorkflowExternalDataExchangeService()
protected SPWorkflowExternalDataExchangeService()

Remarks

The SPWorkflowExternalDataExchangeService class is abstract and can never be instantiated. Therefore, you can call this constructor only by calling base() on the declaration line of a constructor in a derived class.

See Also

Reference

SPWorkflowExternalDataExchangeService Class

SPWorkflowExternalDataExchangeService Members

Microsoft.SharePoint.Workflow Namespace