SalesBuy
1-855-856-7678
Technical SupportSupport
Enumerates the values for the receive mode.
Namespace: Microsoft.ServiceBus.Messaging
| Member name | Description | |
|---|---|---|
| PeekLock | Specifies the PeekLock receive mode. This mode receives the message but keeps it peek-locked until the receiver abandons the message. The maximum timeout is 5 minutes before message expiration. | |
| ReceiveAndDelete | Specifies the ReceiveAndDelete receive mode. This mode deletes the message after it is received. |