Releases the unmanaged resources used by the IUnitOfWork and optionally releases the managed resources.

Namespace:  Mindscape.LightSpeed.Testing
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (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