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!

AppDomain.RemoveOnStop

Unsubscribes to the "application domain stop" event.

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

Parameters

handler
The delegate that was previously registered.

See Also

AppDomain Class | AppDomain Members | System Namespace