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