Dispose Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Releases the unmanaged resources used by the ResourcePropertyFreeThreaded class
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As ResourcePropertyFreeThreaded
instance.Dispose()
public void Dispose()
public:
void Dispose()
public function Dispose()
Remarks
Release the unmanaged resources used by this object.
Dispose invokes the protected Dispose(Boolean) method with the disposing parameter set to true.
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.
See Also
Reference
ResourcePropertyFreeThreaded Class