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

Get the default time-to-live for TIBCO Rendezvous Certified Messages sent on this transport by the server to TIBCO Rendezvous clients.

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

Syntax

public double DefaultTimeLimit { get; }
Public ReadOnly Property DefaultTimeLimit As Double
public:
property double DefaultTimeLimit {
	double get ();
}

Field Value

the time-to-live in seconds, or 0 if messages don't expire.

See Also