NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Process.RemoveOnExited

Remove the Exited event handler.

[Visual Basic]
Public Sub RemoveOnExited( _
   ByVal handler As EventHandler _
)
[C#]
public void RemoveOnExited(
   EventHandler handler
);
[C++]
public: void RemoveOnExited(
   EventHandler* handler
);
[JScript]
public function RemoveOnExited(
   handler : EventHandler
);

Parameters

handler
[To be supplied.]

See Also

Process Class | Process Members | System.Diagnostics Namespace