IJobCollectionOperations::GetAsync Method (String^, String^, CancellationToken)
Retreive a job collection.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Task<JobCollectionGetResponse^>^ GetAsync( String^ cloudServiceName, String^ jobCollectionName, CancellationToken cancellationToken )
Parameters
- cloudServiceName
-
Type:
System::String^
Name of the cloud service.
- jobCollectionName
-
Type:
System::String^
Name of the job collection.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<JobCollectionGetResponse^>^The Get Job Collection operation response.
Show: