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