SafeHandle: CloseHandle

CloseHandle

Attempts to close the handle by raising the ReleaseHandle event.



 Public Sub CloseHandle ( )

Remarks

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.

See Also

Project CorLib Overview

Class SafeHandle Overview