IJobOperations::UpdateJobCollectionStateAsync Method (JobCollectionJobsUpdateStateParameters^, CancellationToken)

 

Update the state of all jobs in a job collections.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Task<JobCollectionJobsUpdateStateResponse^>^ UpdateJobCollectionStateAsync(
	JobCollectionJobsUpdateStateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

parameters
Type: Microsoft.WindowsAzure.Scheduler.Models::JobCollectionJobsUpdateStateParameters^

Parameters supplied to the Update Jobs State operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<JobCollectionJobsUpdateStateResponse^>^

The Update Jobs State operation response.

Return to top
Show: