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

Get or set the expiry override for this destination.

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

Syntax

public long ExpiryOverride { get; set; }
Public Property ExpiryOverride As Long
public:
property long long ExpiryOverride {
	long long get ();
	void set (long long value);
}

Return Value

the expiry time in milliseconds.

Remarks

When this property is set for a destination, and the server delivers a message to it, the server replaces the producer's expiration value with this value.

See Also