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

AsyncRequest() 공개 메소드

public AsyncRequest ( Command command ) : FutureResponse
command Command
리턴 FutureResponse
        public override FutureResponse AsyncRequest(Command command)
        {
            lock(transmissionLock)
            {
                return base.AsyncRequest(command);
            }
        }