Overlapped.EventHandle Propriété

Définition

Attention

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

Attention

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

Obtient ou définit le handle entier 32 bits sur un événement de synchronisation signalé lorsque l’opération d’E/S est terminée.

public:
 property int EventHandle { int get(); void set(int value); };
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; }
[System.Obsolete("This property is not 64-bit compatible.  Use EventHandleIntPtr instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
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
[<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
Public Property EventHandle As Integer

Valeur de propriété

Valeur Int32 représentant le handle de l’événement de synchronisation.

Attributs

Remarques

Cette propriété ne peut pas être utilisée sur les plateformes 64 bits. Utilisez plutôt la propriété EventHandleIntPtr.

Utilisez la WaitHandle.Handle propriété pour obtenir le handle d’un événement de synchronisation managée qui dérive de la WaitHandle classe.

S’applique à