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

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceCollection

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.Client.WorkflowServices namespace