COM API

Ping method

Example | Applies To

This method is called by a remote client to see whether or not the application is alive. Any return value is acceptable, but evtOK is preferred. When this method is called, the AppPing event is fired, and the return value from the handler is passed back to the calling client.

Return Type

Long

Syntax

object.Ping(Client As Object)

 

Part

Description

object

An expression evaluating to an object of type Application, InterpretApp, ManagerApp, OptimizerApp, ScanApp, TransferApp, VerifyApp.

Client

Object

SetHeartbeat