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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void RegisterPostCommitAction(
	IPostCommitAction pAction
)

Parameters

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