RVTDocs.com

ITransactionFinalizer.OnRolledBack

Method
Description:
This method is called at the end of rolling back a transaction
Syntax
void OnRolledBack(
	Document document,
	string strTransactionName
)
Parameters
Parameter Type Description
document Document The document associated with the transaction
strTransactionName String The transaction's name
Return Value