Compartilhar via


WorkflowInstanceService.EnumerateWithOffset método

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

Sintaxe

'Declaração
Public Overridable Function EnumerateWithOffset ( _
    parentSubscription As WorkflowSubscription, _
    offset As Integer _
) As WorkflowInstanceCollection
'Uso
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
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceCollection

Ver também

Referência

WorkflowInstanceService classe

WorkflowInstanceService membros

Microsoft.SharePoint.Client.WorkflowServices namespace