IJobCollectionOperations.GetAsync Method (String, String, CancellationToken)
Retreive a job collection.
Namespace: Microsoft.WindowsAzure.Management.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
Task<JobCollectionGetResponse> GetAsync(
string cloudServiceName,
string jobCollectionName,
CancellationToken cancellationToken
)
Task<JobCollectionGetResponse^>^ GetAsync(
String^ cloudServiceName,
String^ jobCollectionName,
CancellationToken cancellationToken
)
abstract GetAsync :
cloudServiceName:string *
jobCollectionName:string *
cancellationToken:CancellationToken -> Task<JobCollectionGetResponse>
Function GetAsync (
cloudServiceName As String,
jobCollectionName As String,
cancellationToken As CancellationToken
) As Task(Of JobCollectionGetResponse)
Parameters
cloudServiceName
Type: System.StringName of the cloud service.
jobCollectionName
Type: System.StringName of the job collection.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobCollectionGetResponse>
The Get Job Collection operation response.
See Also
IJobCollectionOperations Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top