Share via


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)

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