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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void RegisterPreCommitAction(
	IPreCommitAction pAction
)

Parameters

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