| Method and Description |
|---|
| com.microsoft.azure.sdk.iot.service.RegistryManager.getDevices(Integer)
as of release 1.12.0. Please use
DeviceTwin.queryTwin(String sqlQuery, Integer pageSize)
to query for all devices. |
| com.microsoft.azure.sdk.iot.service.RegistryManager.getDevicesAsync(Integer)
as of release 1.12.0. Please use
DeviceTwin.queryTwin(String sqlQuery, Integer pageSize)
to query for all devices. |
| com.microsoft.azure.sdk.iot.service.ServiceClient.getFeedbackReceiver(String)
As of release 1.1.15, replaced by
ServiceClient.getFeedbackReceiver() |
| com.microsoft.azure.sdk.iot.service.jobs.JobResult.getOutcome()
As of release 1.7.23, replaced by
JobResult.getOutcomeResult() |
| com.microsoft.azure.sdk.iot.service.RegistryManager.open()
as of release 1.13.0 this API is no longer supported and open is done implicitly by the respective APIs
Opens this registry manager's executor service after it has been closed.
|
| Constructor and Description |
|---|
| com.microsoft.azure.sdk.iot.service.FeedbackReceiver(String, String, String, IotHubServiceClientProtocol, String) |
Copyright © 2018. All rights reserved.