你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistryManager.GetJobsAsync 方法

定义

重载

GetJobsAsync()

列出 IoT 中心的所有作业。

GetJobsAsync(CancellationToken)

列出 IoT 中心的所有作业。

GetJobsAsync()

列出 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))

返回

此 IoT 中心的所有作业的 IEnumerable 属性。

适用于

GetJobsAsync(CancellationToken)

列出 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))

参数

cancellationToken
CancellationToken

任务取消令牌。

返回

此 IoT 中心的所有作业的 IEnumerable 属性。

适用于