Overlapped.EventHandle Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.
Attenzione
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Not 64bit compatible. Use EventHandleIntPtr instead.
Ottiene o imposta l'handle dell'integer a 32 bit per un evento di sincronizzazione che riceve un segnale al completamento dell'operazione di I/O.
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
Valore della proprietà
Valore Int32 che rappresenta l'handle dell'evento di sincronizzazione.
- Attributi
Commenti
Questa proprietà non può essere utilizzata su piattaforme a 64 bit. Utilizzare in alternativa la proprietà EventHandleIntPtr.
Usare la WaitHandle.Handle proprietà per ottenere l'handle di qualsiasi evento di sincronizzazione gestito che deriva dalla WaitHandle classe .