OrderGroup.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.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.