TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.SetPingInterval Method 

Sets the ping interval in seconds used by inactive connections.

public static void SetPingInterval(
   int seconds
);

Parameters

seconds
The ping interval to set in seconds

Remarks

Zero value disables pinging inactive connections. This method, if necessary, should be called before the first connection is created by the application. Subsequent calls have no effect.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace