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