SafeHandle: CloseHandle |
Attempts to close the handle by raising the ReleaseHandle event.
Public Sub CloseHandle ( )
An event is raise indicating the handle should be closed by a subclass. The reference to this class must use WithEvents to correctly conduct the closing of the handle.