Class Tracked
Inherited Members
System.Object.Equals(System.Object, System.Object)
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 Tracked : Response, Command, DataStructure, ICloneable
Constructors
| Improve this Doc View SourceTracked(ResponseHandler)
Declaration
public Tracked(ResponseHandler handler)
Parameters
Type | Name | Description |
---|---|---|
ResponseHandler | handler |
Properties
| Improve this Doc View SourceWaitingForResponse
Declaration
public virtual bool WaitingForResponse { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceOnResponse()
Declaration
public void OnResponse()
Implements
System.ICloneable