Class ChannelPool.ChannelPoolItem
Inheritance
ChannelPool.ChannelPoolItem
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
protected class ChannelPool.ChannelPoolItem : IDisposable
Constructors
ChannelPoolItem(IModel)
Declaration
public ChannelPoolItem(IModel channel)
Parameters
Type |
Name |
Description |
IModel |
channel |
|
Properties
Channel
Declaration
public IModel Channel { get; }
Property Value
IsInUse
Declaration
public bool IsInUse { get; }
Property Value
Methods
Acquire()
Declaration
Dispose()
Declaration
Release()
Declaration
WaitIfInUse(TimeSpan)
Declaration
public void WaitIfInUse(TimeSpan timeout)
Parameters
Implements
Extension Methods