Class ChannelPool.ChannelAccessor
Inheritance
object
ChannelPool.ChannelAccessor
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.RabbitMQ
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 |
|---|---|---|
| RabbitMQ.Client.IModel | channel | |
| string | name | |
| System.Action | disposeAction |
Properties
Channel
Declaration
public IModel Channel { get; }
Property Value
| Type | Description |
|---|---|
| RabbitMQ.Client.IModel |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable