Overlapped.EventHandle Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202
Atenção
This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202
Recebe ou define o handle inteiro de 32 bits para um evento de sincronização que é sinalizado quando a operação de I/O está concluída.
public:
property int EventHandle { int get(); void set(int value); };
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; }
[System.Obsolete("This property is not 64-bit compatible. Use EventHandleIntPtr instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public int EventHandle { get; set; }
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
[<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
Public Property EventHandle As Integer
Valor de Propriedade
Um valor que Int32 representa a alavanca do evento de sincronização.
- Atributos
Observações
Esta propriedade não pode ser usada em plataformas de 64 bits. Utilize a propriedade EventHandleIntPtr em vez disso.
Use a WaitHandle.Handle propriedade para obter o handle de qualquer evento de sincronização gerida que derive da WaitHandle classe.