Dispose Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use this method to release resources used by the AuthManager object.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As AuthManager
instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final function Dispose()
Implements
Remarks
Use this method to release resources used by this object. This method calls the AuthManager.Dispose(true) method to dispose of the resources.
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.