Class ProducerState
Inheritance
System.Object
ProducerState
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 ProducerState
Constructors
| Improve this Doc View SourceProducerState(ProducerInfo)
Declaration
public ProducerState(ProducerInfo info)
Parameters
Type | Name | Description |
---|---|---|
ProducerInfo | info |
Properties
| Improve this Doc View SourceInfo
Declaration
public ProducerInfo Info { get; }
Property Value
Type | Description |
---|---|
ProducerInfo |
TransactionState
Declaration
public TransactionState TransactionState { get; set; }
Property Value
Type | Description |
---|---|
TransactionState |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()