Overlapped.EventHandle Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
Upozornění
Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.
Upozornění
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
Upozornění
Not 64bit compatible. Use EventHandleIntPtr instead.
Získá nebo nastaví 32bitové celé číslo popisovač na synchronizační událost, která je signalována po dokončení vstupně-výstupní operace.
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("Not 64bit compatible. 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")>]
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
[<System.Obsolete("Not 64bit compatible. Use EventHandleIntPtr instead.")>]
member this.EventHandle : int with get, set
Public Property EventHandle As Integer
Hodnota vlastnosti
Hodnota Int32 představující popisovač události synchronizace.
- Atributy
Poznámky
Tuto vlastnost nelze použít na 64bitových platformách. EventHandleIntPtr Místo toho použijte vlastnost.
WaitHandle.Handle Pomocí vlastnosti získáte popisovač všech událostí spravované synchronizace, která je odvozena z WaitHandle třídy.