Solclient
SessionPropertiesVirtualRouterName Property |
A read-only session property that indicates the Virtual Router Name of the connected appliance. Used in building appliance endpoint
and destination objects such as Queues. Appliance endpoints and destinations created with a virtual router name are valid for
use with that appliance, or to address destinations on remote appliances (in a multiple-appliance network) when publishing messages.
Applications requiring the virtual router name need not poll this property every time it is needed, and may cache the name. Applications should query the name once after connecting the session, and again after a reconnect operation reports the VirtualRouterNameChanged session event.
When not connected, an empty string is returned.Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string VirtualRouterName { get; }
Public ReadOnly Property VirtualRouterName As String Get
public: property String^ VirtualRouterName { String^ get (); }
Property Value
Type: StringSee Also