Dota2GSI.GameStateListener.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.Stop();
            this.waitForConnection.Dispose();
            this.net_Listener.Close();
        }
    }