Apache.NMS.ActiveMQ.Transport.TransportFilter.AsyncRequest C# (CSharp) 메소드

AsyncRequest() 공개 메소드

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