Compartir a través de


RegistryManager.GetJobsAsync Método

Definición

Sobrecargas

GetJobsAsync()

Enumere todos los trabajos del centro de IoT.

GetJobsAsync(CancellationToken)

Enumere todos los trabajos del centro de IoT.

GetJobsAsync()

Enumere todos los trabajos del centro de 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))

Devoluciones

IEnumerable de JobProperties de todos los trabajos de este centro de IoT.

Se aplica a

GetJobsAsync(CancellationToken)

Enumere todos los trabajos del centro de 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 cancelación de tareas.

Devoluciones

IEnumerable de JobProperties de todos los trabajos de este centro de IoT.

Se aplica a