Overlapped.EventHandle Свойство

Определение

Внимание!

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

Внимание!

Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.

Внимание!

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

Внимание!

Not 64bit compatible. Use EventHandleIntPtr instead.

Получает или задает 32-разрядный целочисленный дескриптор для события синхронизации, которое переводится в сигнальное состояние при завершении операции вывода-ввода.

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

Значение свойства

Int32

Значение Int32, представляющее дескриптор события синхронизации.

Атрибуты

Комментарии

Это свойство нельзя использовать на 64-разрядных платформах. Вместо этого следует использовать свойство EventHandleIntPtr.

WaitHandle.Handle Используйте свойство, чтобы получить дескриптор любого события управляемой синхронизации, производного от WaitHandle класса.

Применяется к