AppPing event

This event is fired when an external automation object calls the Application.Ping() function.

Syntax

Public Function AppPing(Client As Object) As Long

Parameters

Client contains the object reference (IDispatch) of the client that is pinging.

Active objects

Application

Return values

evtOK 

Response OK.

evtOKAbort 

Response OK.

evtError 

Response OK.

Suggested usage

This event could be used for supervision applications.

AppHeartBeat event