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.

public:
 property int EventHandle { int get(); void set(int value); };
[System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
[System.Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")]
public int EventHandle { get; set; }
[System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
public int EventHandle { get; set; }
[<System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.EventHandle : int with get, set
[<System.Obsolete("Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.")>]
member this.EventHandle : int with get, set
[<System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.EventHandle : int with get, set
member this.EventHandle : int with get, set
Public Property EventHandle As Integer

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