System.Threading.Overlapped.EventHandle Property

Gets or sets the 32-bit integer handle to a synchronization event that is signaled when the I/O operation is complete.

Syntax

[System.Obsolete("Not 64bit compatible. Use EventHandleIntPtr instead.")]
public int EventHandle { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property cannot be used on 64-bit platforms. Use the Overlapped.EventHandleIntPtr property instead.

Use the WaitHandle.Handle property to get the handle of any managed synchronization event that derives from the System.Threading.WaitHandle class.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0