Releases the unmanaged resources used by the IUnitOfWork and optionally
releases the managed resources.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
protected virtual void Dispose( bool disposing ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) |
Parameters
- disposing
- Type: System..::.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.