FlowProperties.NoLocal Property

Solclient

FlowPropertiesNoLocal Property
version: 7.2.1.27
If the connected peer supports No Local, then messages published on the session will not appear in flows created with this property set to true, even if the endpoint contains a subscription that matches the published topic. The ISession.CreateFlow(...) will fail and set subcode NoLocalNotSupported if the connected peer does not support No Local.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool NoLocal { get; set; }
Public Property NoLocal As Boolean
	Get
	Set
public:
property bool NoLocal {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also