WorkflowInstanceService.Enumerate method

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Overridable Function Enumerate ( _
    parentSubscription As WorkflowSubscription _
) As WorkflowInstanceCollection
'Usage
Dim instance As WorkflowInstanceService
Dim parentSubscription As WorkflowSubscription
Dim returnValue As WorkflowInstanceCollection

returnValue = instance.Enumerate(parentSubscription)
public virtual WorkflowInstanceCollection Enumerate(
    WorkflowSubscription parentSubscription
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceCollection

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.Client.WorkflowServices namespace