Gets the effective value of MaintenanceMode.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public virtual bool DeferredMaintenance { get; }
Visual Basic
Public Overridable ReadOnly Property DeferredMaintenance As Boolean
	Get

Return Value

true if MaintenanceMode is set to Deferred, or if it is set to Default and no listeners are registered with this view.

See Also