Class ConsumerState
Inheritance
System.Object
ConsumerState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.State
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ConsumerState
Constructors
| Improve this Doc View SourceConsumerState(ConsumerInfo)
Declaration
public ConsumerState(ConsumerInfo info)
Parameters
Type | Name | Description |
---|---|---|
ConsumerInfo | info |
Properties
| Improve this Doc View SourceInfo
Declaration
public ConsumerInfo Info { get; }
Property Value
Type | Description |
---|---|
ConsumerInfo |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()