System.Net.ConnectionGroup.ConnectionGoneIdle C# (CSharp) Method

ConnectionGoneIdle() private method

private ConnectionGoneIdle ( ) : void
return void
        internal void ConnectionGoneIdle() {
            if (m_AuthenticationGroup) {
                lock (m_ConnectionList) {
                    GlobalLog.Print("ConnectionGroup::ConnectionGoneIdle() setting the event");
                    AsyncWaitHandle.Set();
                }
            }
        }