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

Returns interval between clock synchronization commands sent by this server to its clients. These commands ensure that clients expire messages consistently with the server when one or other machines' clocks are changed or drift apart.

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

Syntax

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

Return Value

interval in seconds. 0 indicates that the clocks are only synchronized when the client connects to the server. A value of -1 indicates that no clock synchronization is done at all and it is assumed that the client and server clocks are always in sync.

See Also