你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotHubBaseClient.GetTwinPropertiesAsync(CancellationToken) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索当前客户端的孪生属性。
public System.Threading.Tasks.Task<Microsoft.Azure.Devices.Client.TwinProperties> GetTwinPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetTwinPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Client.TwinProperties>
Public Function GetTwinPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of TwinProperties)
参数
- cancellationToken
- CancellationToken
用于取消操作的取消标记。
返回
当前客户端的孪生对象。
例外
如果尚未打开客户端实例,则引发。
取消操作时引发。
注解
客户端实例必须已打开。
此 API 提供客户端的孪生体视图。 有关 IoT 中心中的孪生体的详细信息,请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins。