Class RabbitMqConsts.DeliveryModes
Inheritance
System.Object
RabbitMqConsts.DeliveryModes
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public static class DeliveryModes : object
Fields
NonPersistent
Declaration
public const int NonPersistent = null
Field Value
Type | Description |
---|---|
System.Int32 |
Persistent
Declaration
public const int Persistent = null
Field Value
Type | Description |
---|---|
System.Int32 |