[TIBCO.EMS .NET Admin client library 7.0 documentation]
Indicates whether or not only TIBCO Rendezvous Certified listeners that
have been explicitly configured are allowed to receive messages
exported by the EMS server.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
[ObsoleteAttribute("As of 6.0 this method is obsolete, use the correctly spelled method ExplicitConfigOnly.")]
public bool ExlicitConfigOnly { get; } |
|
---|
<ObsoleteAttribute("As of 6.0 this method is obsolete, use the correctly spelled method ExplicitConfigOnly.")> _
Public ReadOnly Property ExlicitConfigOnly As Boolean |
|
---|
[ObsoleteAttribute(L"As of 6.0 this method is obsolete, use the correctly spelled method ExplicitConfigOnly.")]
public:
property bool ExlicitConfigOnly {
bool get ();
} |
Field Value
true if only configured listeners are to receive certified
messages, false otherwise.
Remarks
See Also