MessageAcknowledgement Enum

Definition

The options for acknowledging a cloud-to-device (C2D) message.

public enum MessageAcknowledgement
type MessageAcknowledgement = 
Public Enum MessageAcknowledgement
Inheritance
MessageAcknowledgement

Fields

Abandon 1

The message will be re-queued to be sent again.

Complete 0

The message will be positively acknowledged.

Reject 2

The message will be negatively acknowledged.

Applies to