Click or drag to resize
ITransactionContextRegisterPreCommitAction Method
Registers a pre commit action. The action is executed by the platform before the transaction is completed (commit). The action itself is 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 RegisterPreCommitAction(
	IPreCommitAction pAction
)

Parameters

pAction
Type: PDTec.IceNet.Core.DatabaseIPreCommitAction
The pre commit action.
See Also