MessageResponse Enum

Definition

Status of handling a message.

public enum MessageResponse
type MessageResponse = 
Public Enum MessageResponse
Inheritance
MessageResponse

Fields

Abandoned 2

Event will be abandoned.

Completed 1

Event will be completed, removing it from the queue.

None 0

No acknowledgment of receipt will be sent.

Applies to