System.Threading.Overlapped.EventHandleIntPtr Property

Gets or sets the handle to the synchronization event that is signaled when the I/O operation is complete.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public IntPtr EventHandleIntPtr { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

To get the handle of a managed synchronization object that derives from the System.Threading.WaitHandle class, use the WaitHandle.SafeWaitHandle property to get a Microsoft.Win32.SafeHandles.SafeWaitHandle object, and then call the System.Runtime.InteropServices.SafeHandle.DangerousGetHandle method.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0