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.RemoveOnUnload

Unsubscribes to the "application domain unload" event.

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

Parameters

handler
The delegate that was previously registered.

See Also

AppDomain Class | AppDomain Members | System Namespace