JobClient.GetJobAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetJobAsync(String) |
Obtient le travail avec l’ID spécifié. |
GetJobAsync(String, CancellationToken) |
Obtient le travail avec l’ID spécifié. |
GetJobAsync(String)
Obtient le travail avec l’ID spécifié.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.JobResponse> GetJobAsync (string jobId);
abstract member GetJobAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.JobResponse>
override this.GetJobAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.JobResponse>
Public Overridable Function GetJobAsync (jobId As String) As Task(Of JobResponse)
Paramètres
- jobId
- String
ID du travail à récupérer
Retours
Objet JobResponse correspondant
S’applique à
GetJobAsync(String, CancellationToken)
Obtient le travail avec l’ID spécifié.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.JobResponse> GetJobAsync (string jobId, System.Threading.CancellationToken cancellationToken);
abstract member GetJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.JobResponse>
override this.GetJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.JobResponse>
Public Overridable Function GetJobAsync (jobId As String, cancellationToken As CancellationToken) As Task(Of JobResponse)
Paramètres
- jobId
- String
ID du travail à récupérer
- cancellationToken
- CancellationToken
Jeton d’annulation de tâche
Retours
Objet JobResponse correspondant
S’applique à
Azure SDK for .NET