ServiceBusReceiverOptions.ReceiveMode Property

Definition

Gets or sets the ReceiveMode used to specify how messages are received. Defaults to PeekLock mode.

public Azure.Messaging.ServiceBus.ServiceBusReceiveMode ReceiveMode { get; set; }
member this.ReceiveMode : Azure.Messaging.ServiceBus.ServiceBusReceiveMode with get, set
Public Property ReceiveMode As ServiceBusReceiveMode

Property Value

Applies to