Apache.NMS.ActiveMQ.Transport.TransportFilter.AsyncRequest C# (CSharp) Method

AsyncRequest() public method

Method AsyncRequest
public AsyncRequest ( Command command ) : FutureResponse
command Command A Command
return FutureResponse
        public virtual FutureResponse AsyncRequest(Command command)
        {
            return this.next.AsyncRequest(command);
        }