<Code Lib>
2025 Method
Changes 0
M

ITransactionFinalizer.OnCommitted

Description:
This method is called at the end of committing a transaction

void OnCommitted(
	Document document,
	string strTransactionName
)

  • document
    The document associated with the transaction
  • strTransactionName
    The transaction's name

Loading…