Method ResumeEvents
ResumeEvents()
Resumes the processing of events by decrementing the suspension counter.
public virtual void ResumeEvents()
Remarks
This method decreases the internal suspension counter, allowing events to be processed if the counter reaches zero. Ensure that each call to ResumeEvents() corresponds to a prior call to a method that increments the suspension counter, such as a suspend method.