Gets a value indicating whether updates for the target are currently suspended
An EventHandler that fires an event when the suspender is becomes unsuspended
an unlock token.
Call to resume updates on the target. Note this MUST be called or your target will stay suspended forever!
Call to suspend updates on the target. Increments call counter.
Generated using TypeDoc
Defines the interface to an UpdateSuspender, a class which allows nested suspend/resume operations on an ISuspendable target