SendResult Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. messaging. SendResult
- com.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java