[TIBCO.EMS .NET Admin client library 7.0 documentation]

Returns timeout after which clients terminate connection to this server if they do not receive heartbeats from this server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int ClientTimeoutServerConnection { get; }
Public ReadOnly Property ClientTimeoutServerConnection As Integer
public:
property int ClientTimeoutServerConnection {
	int get ();
}

Return Value

timeout interval in seconds or 0 if not specified and clients do not check heartbeats from this server.

Remarks

See Also