Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.Request C# (CSharp) Метод

Request() публичный Метод

public Request ( Command command ) : Response
command Command
Результат Apache.NMS.ActiveMQ.Commands.Response
        public Response Request(Command command)
        {
            return this.Request(command, TimeSpan.FromMilliseconds(Timeout.Infinite));
        }

Same methods

MockTransport::Request ( Command command, System.TimeSpan timeout ) : Response