Akka.Interfaced.SlimSocket.Client.ChannelEventDispatcher.OnDestroy C# (CSharp) Method

OnDestroy() private method

private OnDestroy ( ) : void
return void
        private void OnDestroy()
        {
            if (s_instance == this)
            {
                s_instance = null;
                s_instanceExists = false;
            }
        }