This class contains methods that enable your component to use the methods and properties of the ObjectContext Object. An ASP script has access to only two of the ObjectContext methods: SetComplete and SetAbort. A component, however, can access all of the methods exposed by ObjectContext.
SetComplete | Overrides any previous SetAbort method that has been called in a script. |
SetAbort | Aborts a transaction initiated by an ASP. |
For more information see ObjectContext Object in the MTS Reference.