TraceExitEventHandler delegate

Description

The method that handles the TraceExit event.

Syntax

void TraceExitEventHandler( AseConnection connection, Object source, string method, Object[] returnValue)

Parameters

connection The connection the event occured on.

source The object that triggered the event.

method The method exited.

returnValue The return value of the method exited.