IUpdateSuspender

StockSharp.Xaml.Charting.Visuals

Defines the interface to an UpdateSuspender, a disposable class which allows nested suspend/resume operations on an ISuspendable target

Implementa: IDisposable

Propriedades

IsSuspended : bool

Gets a value indicating whether updates for this instance are currently suspended

ResumeTargetOnDispose : bool

Gets or sets a value indicating whether the target will resume when the IUpdateSuspender is disposed. Default is True

Tag : object

Gets or sets an associated Tab for this IUpdateSuspender instance