Ping(Client As Object) As Integer
Application object
Called by a remote client to see if the application is alive or not. Any return value is acceptable but EV_OK is preferred. When this function is called the AppPing event is fired, and the return value from the handler is passed back to the calling client.
Related topics