Share via


Resource Disposal

When used in conjunction with the Commerce Server Application Runtime, disposal of the Base Class Library members is done automatically. All the Base Class Library classes that hold unmanaged resources implement the IDisposable interface, so that they can release these resources when the objects are no longer required. For more information about using this application run-time service, see CommerceContext.RegisterDisposable(Object).

For more information about resource disposal and the IDisposable interface, see the .NET Framework SDK documentation.

See Also

Base Class Library

Copyright © 2005 Microsoft Corporation.
All rights reserved.