Overlapped.EventHandle Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
Perhatian
Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.
Perhatian
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
Mendapatkan atau mengatur handel bilangan bulat 32-bit ke peristiwa sinkronisasi yang disinyalir saat operasi I/O selesai.
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
Nilai Properti
Nilai Int32 yang mewakili handel peristiwa sinkronisasi.
- Atribut
Keterangan
Properti ini tidak dapat digunakan pada platform 64-bit. Gunakan properti EventHandleIntPtr sebagai gantinya.
WaitHandle.Handle Gunakan properti untuk mendapatkan penanganan peristiwa sinkronisasi terkelola apa pun yang berasal dari WaitHandle kelas .