SendResult Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.messaging.SendResult

public class SendResult

The result of sending a cloud to device or cloud to module message.

Method Summary

Modifier and Type Method and Description
boolean wasSentSuccessfully()

Method Details

wasSentSuccessfully

public boolean wasSentSuccessfully()

Returns:

true if the message was sent to the service successfully, and false otherwise.

Applies to