Apache.NMS.ActiveMQ.Transport.ResponseCorrelator.OnException C# (CSharp) Méthode

OnException() protected méthode

protected OnException ( ITransport sender, Exception command ) : void
sender ITransport
command System.Exception
Résultat void
        protected override void OnException(ITransport sender, Exception command)
        {
            Dispose(command);
            base.OnException(sender, command);
        }