Solclient
SessionPropertiesNoLocal Property |
If this property is true, messages published on the session cannot be received on the
same session even if the client has a subscription that matches the published topic.
If this restriction is requested and the appliance does not have No Local support,
the session connects fail with subcode NoLocalNotSupported.
Default: false
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: BooleanSee Also