你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceBusSessionProcessor.ReceiveMode Property

Definition

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

public virtual Azure.Messaging.ServiceBus.ServiceBusReceiveMode ReceiveMode { get; }
member this.ReceiveMode : Azure.Messaging.ServiceBus.ServiceBusReceiveMode
Public Overridable ReadOnly Property ReceiveMode As ServiceBusReceiveMode

Property Value

The receive mode is specified using ReceiveMode and has a default mode of PeekLock.

Applies to