EventWaitHandle.Reset Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l'état de l'événement comme étant non signalé, entraînant le blocage des threads.
public:
bool Reset();
public bool Reset ();
member this.Reset : unit -> bool
Public Function Reset () As Boolean
Retours
true
si l'opération aboutit ; sinon, false
.
Exceptions
La méthode Close() a été appelée précédemment sur EventWaitHandle.