Overlapped.EventHandle Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
Dikkat
Overlapped.EventHandle is not 64-bit compatible and has been deprecated. Use EventHandleIntPtr instead.
Dikkat
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
Dikkat
Not 64bit compatible. Use EventHandleIntPtr instead.
G/Ç işlemi tamamlandığında sinyal verilen bir eşitleme olayına 32 bit tamsayı tutamacını alır veya ayarlar.
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
Özellik Değeri
Int32 Eşitleme olayının tutamacını temsil eden bir değer.
- Öznitelikler
Açıklamalar
Bu özellik 64 bit platformlarda kullanılamaz. EventHandleIntPtr Bunun yerine özelliğini kullanın.
sınıfından WaitHandle.Handle türetilen herhangi bir yönetilen eşitleme olayının tanıtıcısını WaitHandle almak için özelliğini kullanın.