Overlapped.EventHandle Propiedad

Definición

Precaución

This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202

Precaución

Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.

Precaución

This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202

Obtiene o establece el identificador de entero de 32 bits para un evento de sincronización que está señalado cuando finaliza la operación de E/S.

C#
[System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
C#
[System.Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")]
public int EventHandle { get; set; }
C#
[System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
C#
public int EventHandle { get; set; }

Valor de propiedad

Valor Int32 que representa el identificador del evento de sincronización.

Atributos

Comentarios

Esta propiedad no se puede usar en plataformas de 64 bits. Utilice la propiedad EventHandleIntPtr en su lugar.

Use la WaitHandle.Handle propiedad para obtener el identificador de cualquier evento de sincronización administrada que derive de la WaitHandle clase .

Se aplica a

Producto Versiones (Obsoleto)
.NET (Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)
.NET Standard (2.0, 2.1)