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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PendingWorkBatch As IPendingWork
Get
'Usage
Dim instance As SPWorkflowExternalDataExchangeService
Dim value As IPendingWork
value = instance.PendingWorkBatch
public IPendingWork PendingWorkBatch { get; }
Property Value
Type: System.Workflow.Runtime.IPendingWork
The object to provide methods to participate in a work batch.
See Also
Reference
SPWorkflowExternalDataExchangeService Class