[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Return the ping interval in seconds used by inactive connections
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public static int GetPingInterval() |
Public Shared Function GetPingInterval As Integer |
public: static int GetPingInterval() |
Return Value
The ping interval in seconds
Remarks
Clients test network connectivity by sending ping requests to the server
at regular intervals. This method returns that interval (in seconds). Zero
is a special value that disables ping testing.