Class DirectReplyToMessageListenerContainer.ChannelHolder
public class DirectReplyToMessageListenerContainer.ChannelHolder
- Inheritance
-
DirectReplyToMessageListenerContainer.ChannelHolder
- Inherited Members
Constructors
ChannelHolder(IModel, int)
public ChannelHolder(IModel channel, int consumerEpoch)
Parameters
channel
IModelconsumerEpoch
int
Properties
Channel
public IModel Channel { get; }
Property Value
- IModel
ConsumerEpoch
public int ConsumerEpoch { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.