Apache.NMS.ActiveMQ.Transport.MutexTransport.AsyncRequest C# (CSharp) Méthode

AsyncRequest() public méthode

public AsyncRequest ( Command command ) : FutureResponse
command Command
Résultat FutureResponse
        public override FutureResponse AsyncRequest(Command command)
        {
            lock(transmissionLock)
            {
                return base.AsyncRequest(command);
            }
        }