[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Gets the NoLocal attribute for this subscriber.

Namespace:  TIBCO.EMS.UFO
Assembly:  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.

See Also