Partager via


JobClient.GetJobAsync Méthode

Définition

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 à