Class RabbitOptions.ChannelOptions
Inheritance
System.Object
RabbitOptions.ChannelOptions
Namespace: Steeltoe.Messaging.RabbitMQ.Config
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ChannelOptions : object
Properties
| Edit this page View SourceCheckoutTimeout
Declaration
public TimeSpan? CheckoutTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimeSpan> |
Size
Declaration
public int? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |