| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Method and Description |
|---|---|
static ServiceClient |
ServiceClient.createFromConnectionString(String connectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Deprecated.
because this method declares a thrown IOException even though it never throws an IOException. Users
are recommended to use
ServiceClient(String, IotHubServiceClientProtocol) instead
since it does not declare this exception even though it constructs the same ServiceClient. |
static ServiceClient |
ServiceClient.createFromConnectionString(String connectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ServiceClientOptions options)
Deprecated.
because this method declares a thrown IOException even though it never throws an IOException. Users
are recommended to use
ServiceClient(String, IotHubServiceClientProtocol, ServiceClientOptions) instead
since it does not declare this exception even though it constructs the same ServiceClient. |
Copyright © 2022. All rights reserved.