-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
| var deviceMethod = new CloudToDeviceMethod(m_Options.Value.MethodName, TimeSpan.FromSeconds(responseTimeout)); |
current implementation is using: public CloudToDeviceMethod (string methodName, TimeSpan responseTimeout);
is there some good reason not to use?: public CloudToDeviceMethod (string methodName, TimeSpan responseTimeout, TimeSpan connectionTimeout);
See also: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-direct-methods#method-invocation regarding use of connectTimeoutInSeconds
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request