Freigeben über


WorkflowRunsOperationsExtensions.ListNextAsync Methode

Definition

Ruft eine Liste der Workflowausführungen ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRun>> ListNextAsync(this Microsoft.Azure.Management.Logic.IWorkflowRunsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Logic.IWorkflowRunsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRun>>
<Extension()>
Public Function ListNextAsync (operations As IWorkflowRunsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowRun))

Parameter

operations
IWorkflowRunsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: