NetMQ.Core.SessionBase.ProceedWithTerm C# (CSharp) Method

ProceedWithTerm() private method

Call this function to move on with the delayed process-termination request.
private ProceedWithTerm ( ) : void
return void
        private void ProceedWithTerm()
        {
            // The pending phase have just ended.
            m_pending = false;

            // Continue with standard termination.
            base.ProcessTerm(0);
        }