ObjectContext Methods

The ObjectContext object exposes the following methods:

SetAbort declares that the transaction initiated by the script has not completed and the resources should not be updated.
SetComplete declares that the script is not aware of any reason for the transaction not to complete. If all components participating in the transaction also call SetComplete, the transaction will complete.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.