void IreleaseBusinessObject(IBusinessObject releaseObject);
None.
When the access client is finished using a business object, it should the IreleaseBusinessObject() method to free the IBusinessObject object in InterChange Server Express memory.
// Create the business object IBusinessObj anObject = null; accessSession.IcreateBusinessObjectWithVerb("AcctsRecCurrent", "Retrieve"); // Release the object accessSession.IreleaseBusinessObject(anObject);