ActiveMQ.DispatchingThread.Stop C# (CSharp) Method

Stop() private method

private Stop ( ) : void
return void
        internal void Stop()
        {
            Stop(System.Threading.Timeout.Infinite);
        }

Same methods

DispatchingThread::Stop ( int timeoutMilliseconds ) : void

Usage Example

示例#1
0
 internal void StopAsyncDelivery()
 {
     dispatchingThread.Stop();
 }