AuthManager.CheckState Method (BCL)
Use this method to verify that the object has not already been disposed.
Definition
[Visual Basic .NET]
Protected Overridable Public Sub CheckState( _)
[C#]
protected virtual void CheckState();
Remarks
Throws the ObjectDisposedException if the object has already been disposed.
Requirements
Namespace: Microsoft.CommerceServer.Runtime
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.