ManualResetEvent.Reset Método
Definição
Define o estado do evento como não sinalizado, o que causa o bloqueio dos threads.Sets the state of the event to nonsignaled, which causes threads to block.
public:
bool Reset();
public bool Reset ();
member this.Reset : unit -> bool
Public Function Reset () As Boolean
Retornos
true se a operação for bem-sucedida; caso contrário, false.true if the operation succeeds; otherwise, false.