My.MyProcessExited C# (CSharp) Method

MyProcessExited() public method

public MyProcessExited ( Object source, EventArgs e ) : void
source Object
e EventArgs
return void
    public void MyProcessExited(Object source, EventArgs e)
    {
       lock (this) { ++ExitNotifications; }      
    }