AcknowledgementType Enum

Definition

The possible acknowledgement types for a received file upload notification and/or for a received cloud-to-device feedback message.

public enum AcknowledgementType
type AcknowledgementType = 
Public Enum AcknowledgementType
Inheritance
AcknowledgementType

Fields

Abandon 1

This acknowledgement will requeue the received message back into the service's message queue so that it will be sent again.

Complete 0

This acknowledgement will remove the received message from the service's message queue as it was received and handled by the client.

Applies to