public interface IotHubEventCallback
execute(IotHubStatusCode, Object)
upon receiving a response from an IoT Hub.| Modifier and Type | Method and Description |
|---|---|
void |
execute(IotHubStatusCode responseStatus,
Object callbackContext)
Executes the callback.
|
void execute(IotHubStatusCode responseStatus, Object callbackContext)
responseStatus - the response status code.callbackContext - a custom context given by the developer.Copyright © 2020. All rights reserved.