SPWorkflowExternalDataExchangeService.PendingWorkBatch property
Gets an object that provides methods to participate in the pending work batch of the workflow runtime.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property PendingWorkBatch As IPendingWork
Get
'Usage
Dim instance As SPWorkflowExternalDataExchangeService
Dim value As IPendingWork
value = instance.PendingWorkBatch
public IPendingWork PendingWorkBatch { get; }
Type: System.Workflow.Runtime.IPendingWork
The object to provide methods to participate in a work batch.
SPWorkflowExternalDataExchangeService class