Click or drag to resize

HandlerDispose Method

Releases the resources used by the Handler.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
Releases the unmanaged resources used by the Handler and optionally releases the managed resources.
See Also