Dispose Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
NOTE: This API is now obsolete.
(Obsolete) Releases all resources used by the ProductCatalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("ProductCatalogs no longer need to be disposed")> _
Public Sub Dispose
'Usage
Dim instance As ProductCatalog
instance.Dispose()
[ObsoleteAttribute("ProductCatalogs no longer need to be disposed")]
public void Dispose()
[ObsoleteAttribute(L"ProductCatalogs no longer need to be disposed")]
public:
void Dispose()
public function Dispose()
Remarks
The ProductCatalog no longer needs to be disposed.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.