[TIBCO.EMS .NET Admin client library 6.0 documentation]
Indicates whether or not TIBCO Rendezvous Certified Messages that were
sent by certified senders while the EMS server was not running should be
requested when the EMS server starts up.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public bool RequestOld { get; } |
|
---|
Public ReadOnly Property RequestOld As Boolean |
|
---|
public:
property bool RequestOld {
bool get ();
} |
Field Value
true if old messages are to be requested, false otherwise.
See Also