Declaration

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

 
Description

This function is called for all actions executed in the extended server object ExtendableObject.

 
Parameters

aAction: TnxEngineAction

the type of action executed

aBefore: Boolean

if this is true then the server engine is just about to execute the given action, otherwise it was just executed.

const aArgs: array of const

the parameters used for the given action type.

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