Overlapped::EventHandleIntPtr Property
.NET Framework (current version)
Gets or sets the handle to the synchronization event that is signaled when the I/O operation is complete.
Assembly: mscorlib (in mscorlib.dll)
To get the handle of a managed synchronization object that derives from the WaitHandle class, use the WaitHandle::SafeWaitHandle property to get a SafeWaitHandle object, and then call the DangerousGetHandle method.
.NET Framework
Available since 2.0
Available since 2.0
Show: