Partilhar via


RegistryManager.GetJobsAsync Método

Definição

Sobrecargas

GetJobsAsync()

Liste todos os trabalhos para o Hub IoT.

GetJobsAsync(CancellationToken)

Liste todos os trabalhos para o Hub IoT.

GetJobsAsync()

Liste todos os trabalhos para o Hub IoT.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.JobProperties>> GetJobsAsync ();
abstract member GetJobsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.JobProperties>>
override this.GetJobsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.JobProperties>>
Public Overridable Function GetJobsAsync () As Task(Of IEnumerable(Of JobProperties))

Retornos

IEnumerable de JobProperties de todos os trabalhos para este hub IoT.

Aplica-se a

GetJobsAsync(CancellationToken)

Liste todos os trabalhos para o Hub IoT.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.JobProperties>> GetJobsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetJobsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.JobProperties>>
override this.GetJobsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.JobProperties>>
Public Overridable Function GetJobsAsync (cancellationToken As CancellationToken) As Task(Of IEnumerable(Of JobProperties))

Parâmetros

cancellationToken
CancellationToken

Token de cancelamento de tarefa.

Retornos

IEnumerable de JobProperties de todos os trabalhos para este hub IoT.

Aplica-se a