Class RabbitMqConsts.DeliveryModes
Inheritance
object
RabbitMqConsts.DeliveryModes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public static class RabbitMqConsts.DeliveryModes
Fields
NonPersistent
Declaration
public const int NonPersistent = 1
Field Value
| Type | Description |
|---|---|
| int |
Persistent
Declaration
public const int Persistent = 2
Field Value
| Type | Description |
|---|---|
| int |