Overlapped.EventHandle Eigenschap

Definitie

Let op

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

Let op

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

Let op

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

Hiermee wordt de 32-bits geheel getalgreep opgehaald of ingesteld op een synchronisatiegebeurtenis die wordt aangegeven wanneer de I/O-bewerking is voltooid.

public:
 property int EventHandle { int get(); void set(int value); };
[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.  https://go.microsoft.com/fwlink/?linkid=14202")]
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("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.  https://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.  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

Waarde van eigenschap

Een Int32 waarde die de handle van de synchronisatie-gebeurtenis vertegenwoordigt.

Kenmerken

Opmerkingen

Deze eigenschap kan niet worden gebruikt op 64-bits platforms. Gebruik in plaats daarvan de EventHandleIntPtr eigenschap.

Gebruik de WaitHandle.Handle eigenschap om de ingang op te halen van een beheerde synchronisatie-gebeurtenis die is afgeleid van de WaitHandle klasse.

Van toepassing op