[TIBCO.EMS .NET Admin client library 6.0 documentation]
Returns timeout after which this server destroys
connection fromanother server if heartbeats were not being received.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public int ServerTimeoutServerConnection { get; } |
|
---|
Public ReadOnly Property ServerTimeoutServerConnection As Integer |
|
---|
public:
property int ServerTimeoutServerConnection {
int get ();
} |
Return Value
timeout interval in seconds or 0 if not specified and this
server does not check heartbeats from other servers.
See Also