[Overview][Constants][Types][Classes][Index] |
Should the event be reset manually
Source position: syncobjs.pp line 75
public property TEventObject.ManualReset : Boolean |
ManualReset indicates whether the event must be reset manually: if it is False, the event is reset immediately after the first thread waiting for it is notified. if it is True, then the event is never reset automatically, and ResetEvent must be called manually after a thread was notified.
|
Reset the event |