Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance.

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

Syntax

C#
public IDisposable DeferMaintenance()
Visual Basic
Public Function DeferMaintenance As IDisposable

Return Value

An IDisposable object that you can use to dispose of the calling object.

See Also