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