RegistryManager.GetJobsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetJobsAsync() |
Listet alle Aufträge für den IoT Hub auf. |
GetJobsAsync(CancellationToken) |
Listet alle Aufträge für den IoT Hub auf. |
GetJobsAsync()
Listet alle Aufträge für den IoT Hub auf.
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))
Gibt zurück
IEnumerable of JobProperties of all jobs for this IoT Hub.
Gilt für:
GetJobsAsync(CancellationToken)
Listet alle Aufträge für den IoT Hub auf.
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))
Parameter
- cancellationToken
- CancellationToken
Vorgangsabbruchtoken.
Gibt zurück
IEnumerable of JobProperties of all jobs for this IoT Hub.
Gilt für:
Azure SDK for .NET