RegistryManager.getJobAsync(String jobId) 方法
定义
Async wrapper for getJob() operation
public CompletableFuture<JobProperties> getJobAsync(String jobId)
参数
- jobId
- String
jobID as String
返回
CompletableFuture<JobProperties>
The future object for the requested operation
例外
IllegalArgumentException
This exception is thrown if the jobId parameter is null
IOException
This exception is thrown if the IO operation failed
IotHubException
This exception is thrown if the response verification failed