Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ModelSynchronizer.Dispose() Method

Releases all resources used by the ModelSynchronizer.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual void Dispose()

Remarks

When deriving from the ModelSynchronizer class, override this method to dispose of the manually allocated resources.

See Also