Properties  Methods 

ISuspendable Interface Members

The following tables list the members exposed by ISuspendable.

Public Properties
 NameDescription
 Property Gets a value indicating whether updates for the target are currently suspended  
Top
Public Methods
 NameDescription
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called  
 Method Resumes updates on the target, intended to be called by IUpdateSuspender  
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued  
Top
See Also