IRollbackStrategy.

Rollback(IObjectContainer, Object) Method

Summary

Method to be called per TP-enabled object when the transaction is rolled back.

Syntax

void Rollback(IObjectContainer container, Object obj)

Remarks

Method to be called per TP-enabled object when the transaction is rolled back.

Parameters

Name Type Description
container IObjectContainer current ObjectContainer
obj Object TP-enabled object

Return Value

Type Description
void