CatalogContext.CheckState Method (BCL)

Use this method to verify that the object has not already been disposed.

Definition

[Visual Basic .NET]

Protected Overridable Sub CheckState( _) 

[C#]

protected virtual void CheckState();

Remarks

Throws ObjectDisposedException if the object has already been disposed.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.