Click or drag to resize

ITransactionContextRegisterPostCommitAction Method

Registers a post commit action. The action is executed by the platform after the transaction has been successfully completed (commit). The action itself is not part of the transaction.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void RegisterPostCommitAction(
	IPostCommitAction pAction
)

Parameters

pAction
Type: PDTec.IceNet.Core.DatabaseIPostCommitAction
The post commit action.
See Also