Compartir a través de


JobClient.GetJobAsync Método

Definición

Sobrecargas

GetJobAsync(String)

Obtiene el trabajo con el identificador especificado.

GetJobAsync(String, CancellationToken)

Obtiene el trabajo con el identificador especificado.

GetJobAsync(String)

Obtiene el trabajo con el identificador especificado.

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)

Parámetros

jobId
String

Identificador del trabajo que se va a recuperar

Devoluciones

Objeto JobResponse coincidente

Se aplica a

GetJobAsync(String, CancellationToken)

Obtiene el trabajo con el identificador especificado.

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)

Parámetros

jobId
String

Identificador del trabajo que se va a recuperar

cancellationToken
CancellationToken

Token de cancelación de tareas

Devoluciones

Objeto JobResponse coincidente

Se aplica a