Releases all resources that are used by the current instance of the Controller class.

Namespace:  Mindscape.LightSpeed.Web.Mvc
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic (Declaration)
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)

Parameters

disposing
Type: System..::.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also