AcknowledgementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Complete | 0 | This acknowledgement will remove the received message from the service's message queue as it was received and handled by the client. |
Abandon | 1 | This acknowledgement will requeue the received message back into the service's message queue so that it will be sent again. |
Applies to
Azure SDK for .NET