WorkflowInstanceService.EnumerateWithOffset method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Function EnumerateWithOffset ( _
parentSubscription As WorkflowSubscription, _
offset As Integer _
) As WorkflowInstanceCollection
'Usage
Dim instance As WorkflowInstanceService
Dim parentSubscription As WorkflowSubscription
Dim offset As Integer
Dim returnValue As WorkflowInstanceCollection
returnValue = instance.EnumerateWithOffset(parentSubscription, _
offset)
public virtual WorkflowInstanceCollection EnumerateWithOffset(
WorkflowSubscription parentSubscription,
int offset
)
Parameters
- parentSubscription
Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription
- offset
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceCollection