Click or drag to resize

IPostCommitAction Interface

An action that can be registered to be executed after a transaction has been successfully committed.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
public interface IPostCommitAction

The IPostCommitAction type exposes the following members.

Methods
  NameDescription
Public methodExecute
The action to be executed.
Top
See Also