ISuspendable
StockSharp.Xaml.Charting.Visuals
Types which implement ISuspendable can have updates suspended/resumed. Useful for batch operations
Propriedades
IsSuspended : bool
Gets a value indicating whether updates for the target are currently suspended
Métodos
DecrementSuspend()
Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called
ResumeUpdates(IUpdateSuspender)
Resumes updates on the target, intended to be called by IUpdateSuspender
SuspendUpdates() : IUpdateSuspender
Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued
Retorna: The disposable Update Suspender