Table of Contents

Enum ReceiveMode

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Enumerates the values for the receive mode. The default is PeekLock.

public enum ReceiveMode

Fields

PeekLock = 0

Specifies the PeekLock receive mode. This is the default value for ReceiveMode.

ReceiveAndDelete = 1

Specifies the ReceiveAndDelete receive mode.