ModuleClient.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
操作をキャンセルするキャンセル トークン。
戻り値
例外
操作が取り消されたときにスローされます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET