Emveepee.Widgets.ProfilerProcess.Pause C# (CSharp) Method

Pause() public method

public Pause ( ) : void
return void
        public void Pause()
        {
            socket.Pause ();
        }