RegistryManager.GetJobsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetJobsAsync() |
List all jobs for the IoT hub. |
GetJobsAsync(CancellationToken) |
List all jobs for the IoT hub. |
GetJobsAsync()
List all jobs for the IoT hub.
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))
Returns
IEnumerable of JobProperties of all jobs for this IoT hub.
Applies to
GetJobsAsync(CancellationToken)
List all jobs for the IoT hub.
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))
Parameters
- cancellationToken
- CancellationToken
Task cancellation token.
Returns
IEnumerable of JobProperties of all jobs for this IoT hub.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET