Ping method
| Applies to |
|---|
Return Type
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.
Long
object.Ping( Client As Object)
|
Part |
Description |
|---|---|
|
object |
An expression evaluating to an object in the above list. |
|
Client |
Object. |
Related topic