Apache.NMS.ActiveMQ.Transport.ResponseCorrelator.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : void
return void
        public override void Stop()
        {
            this.Dispose(new IOException("Stopped"));
            base.Stop();
        }