DeviceClient.GetTwinAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetTwinAsync() |
現在のデバイスのデバイス ツイン プロパティを取得します。 完全なデバイス ツイン オブジェクトには、Microsoft.Azure.Devices.RegistryManager.GetTwinAsync(string deviceId) を使用します。 |
GetTwinAsync(CancellationToken) |
現在のデバイスのデバイス ツイン プロパティを取得します。 完全なデバイス ツイン オブジェクトには、Microsoft.Azure.Devices.RegistryManager.GetTwinAsync(string deviceId) を使用します。 |
GetTwinAsync()
現在のデバイスのデバイス ツイン プロパティを取得します。 完全なデバイス ツイン オブジェクトには、Microsoft.Azure.Devices.RegistryManager.GetTwinAsync(string deviceId) を使用します。
public System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> GetTwinAsync ();
member this.GetTwinAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Function GetTwinAsync () As Task(Of Twin)
戻り値
現在のデバイスのデバイス ツイン オブジェクト
適用対象
GetTwinAsync(CancellationToken)
現在のデバイスのデバイス ツイン プロパティを取得します。 完全なデバイス ツイン オブジェクトには、Microsoft.Azure.Devices.RegistryManager.GetTwinAsync(string deviceId) を使用します。
public System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> GetTwinAsync (System.Threading.CancellationToken cancellationToken);
member this.GetTwinAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Function GetTwinAsync (cancellationToken As CancellationToken) As Task(Of Twin)
パラメーター
- cancellationToken
- CancellationToken
操作をキャンセルするキャンセル トークン。
戻り値
現在のデバイスのデバイス ツイン オブジェクト
例外
操作が取り消されたときにスローされます。
操作が取り消されたときにスローされます。 内部例外は になります OperationCanceledException。
適用対象
Azure SDK for .NET