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

ModuleClient.UpdateReportedPropertiesAsync 方法

定义

重载

UpdateReportedPropertiesAsync(TwinCollection)

将报告的属性更改推送到服务。

UpdateReportedPropertiesAsync(TwinCollection, CancellationToken)

将报告的属性更改推送到服务。

UpdateReportedPropertiesAsync(TwinCollection)

将报告的属性更改推送到服务。

public System.Threading.Tasks.Task UpdateReportedPropertiesAsync (Microsoft.Azure.Devices.Shared.TwinCollection reportedProperties);
member this.UpdateReportedPropertiesAsync : Microsoft.Azure.Devices.Shared.TwinCollection -> System.Threading.Tasks.Task
Public Function UpdateReportedPropertiesAsync (reportedProperties As TwinCollection) As Task

参数

reportedProperties
TwinCollection

要推送的报告属性。

返回

适用于

UpdateReportedPropertiesAsync(TwinCollection, CancellationToken)

将报告的属性更改推送到服务。

public System.Threading.Tasks.Task UpdateReportedPropertiesAsync (Microsoft.Azure.Devices.Shared.TwinCollection reportedProperties, System.Threading.CancellationToken cancellationToken);
member this.UpdateReportedPropertiesAsync : Microsoft.Azure.Devices.Shared.TwinCollection * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateReportedPropertiesAsync (reportedProperties As TwinCollection, cancellationToken As CancellationToken) As Task

参数

reportedProperties
TwinCollection

要推送的报告属性。

cancellationToken
CancellationToken

用于取消操作的取消标记。

返回

例外

取消操作时引发。

适用于