Class ChannelPool.ChannelAccessor
Inheritance
ChannelPool.ChannelAccessor
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
protected class ChannelPool.ChannelAccessor : IChannelAccessor, IDisposable
Constructors
ChannelAccessor(IChannel, string, Action)
Declaration
public ChannelAccessor(IChannel channel, string name, Action disposeAction)
Parameters
| Type |
Name |
Description |
| IChannel |
channel |
|
| string |
name |
|
| Action |
disposeAction |
|
Properties
Channel
Declaration
public IChannel Channel { get; }
Property Value
| Type |
Description |
| IChannel |
|
Name
Declaration
public string Name { get; }
Property Value
Methods
Dispose()
Declaration
Implements
Extension Methods