Suspendable |
Name | Description | |
---|---|---|
Resume(ISuspendToken) | Decrease the suspend level by disposing the suppress token. The token will fire the Resume event if the suppress level falls to zero. | |
Resume(ISuspendToken, EventFiring) | Decrease the suspend level by disposing the suppress token. The token will fire the Resume event if the suppress level falls to zero. You can suppress the resume event by setting argument 'suppressResumeEvent' to true. |