你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceClient.UpdateReportedPropertiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
用于取消操作的取消标记。
返回
例外
取消操作时引发。
取消操作时引发。 内部异常为 OperationCanceledException。