Overlapped.EventHandle Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
Przestroga
Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.
Przestroga
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
Pobiera lub ustawia 32-bitową liczbę całkowitą do zdarzenia synchronizacji, które jest sygnalizowane po zakończeniu operacji we/wy.
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
Wartość właściwości
Wartość Int32 reprezentująca dojście zdarzenia synchronizacji.
- Atrybuty
Uwagi
Tej właściwości nie można używać na platformach 64-bitowych. EventHandleIntPtr Zamiast tego użyj właściwości .
WaitHandle.Handle Użyj właściwości , aby pobrać obsługę dowolnego zarządzanego zdarzenia synchronizacji pochodzącego z WaitHandle klasy.