Click or drag to resize

ISuspendTokenResume Method

Overload List
 NameDescription
Public methodResume Decrements the suspend level of the parent object. If the suspend level falls to zero during this call, the resume function is called. The object should then resume all child objects, and then indicate that it has changed to its parent and to any other listeners of the Change event.
Public methodResume(EventFiring) Either resumes the parent object of this token (using Resume), or resumes silently (using ResumeSilently), depending on the provided argument.
Top
See Also