[TIBCO.EMS .NET client library 8.1 documentation]

Return the ping interval in seconds used by inactive connections

Namespace:  TIBCO.EMS
Assembly:  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.

See Also