ReceiveMode Enum

Definition

Specifies the behavior of the receiver.

public enum ReceiveMode
type ReceiveMode = 
Public Enum ReceiveMode
Inheritance
ReceiveMode

Fields

PeekLock 0

Allows a message to be received, and only deleted from Service Bus when CompleteAsync(String) is called.

ReceiveAndDelete 1

ReceiveAndDelete will delete the message from Service Bus as soon as the message is delivered.

Applies to