ICloudTaskOperations.ListAsync Method (String, CloudTaskListParameters, CancellationToken)

 

Lists all of the tasks that are associated with the specified job.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

Task<CloudTaskListResponse> ListAsync(
    string jobId,
    CloudTaskListParameters parameters,
    CancellationToken cancellationToken
)
Task<CloudTaskListResponse^>^ ListAsync(
    String^ jobId,
    CloudTaskListParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        jobId:string *
        parameters:CloudTaskListParameters *
        cancellationToken:CancellationToken -> Task<CloudTaskListResponse>
Function ListAsync (
    jobId As String,
    parameters As CloudTaskListParameters,
    cancellationToken As CancellationToken
) As Task(Of CloudTaskListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<CloudTaskListResponse>

Response to a CloudTaskOperations.List request.

See Also

ICloudTaskOperations Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top