Sdílet prostřednictvím


Overlapped.EventHandle Vlastnost

Definice

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. https://go.microsoft.com/fwlink/?linkid=14202

Upozornění

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

Získá nebo nastaví 32bitové celé číslo popisovač na synchronizační událost, která je signalována při dokončení vstupně-výstupní operace.

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

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ískejte popisovač jakékoli spravované synchronizační události, která je odvozena z WaitHandle třídy.

Platí pro