Declaration

function NotifyExtenders(aAction: TnxEngineAction; aBefore: Boolean; const aArgs: array of const): TnxResult; override;

 
Description

This function is called to notify all Monitors attached to the owning Server Engine of an Action.

 
Parameters

aAction: TnxEngineAction

The action that is going to be executed or was executed.

aBefore: Boolean

This Parameter is true if the Action is going to be executed.

const aArgs: array of const

a number of Arguments passed in and/or out of the function

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxServerCursor