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);
        }