[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Gets the NoLocal attribute for this subscriber.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public bool NoLocal { get; } |
Public ReadOnly Property NoLocal As Boolean |
public: property bool NoLocal { bool get (); } |
Return Value
true if locally published messages are being inhibited
Remarks
When NoLocal is true, the subscriber does not receive messages sent through the same server connection (that is, the connection associated with the subscriber).
Programs set this property when creating the subscriber, and cannot subsequently change it.