RegistryManager.removeDeviceAsync(String deviceId) 方法
定义
Async wrapper for removeDevice() operation
public CompletableFuture<Boolean> removeDeviceAsync(String deviceId)
参数
- deviceId
- String
The device object to remove
返回
CompletableFuture<Boolean>
The future object for the requested operation
例外
IOException
This exception is thrown if the IO operation failed
IotHubException
This exception is thrown if the response verification failed