10.24.0

ContextFactoryCreateClientName Method

Creates a representation of a remote client endpoint, which can be used to add/remove subscriptions on behalf of that client.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public IClientName CreateClientName(
	string clientName
)

Parameters

clientName  String
The client name obtained from a connected session through ClientName.

Return Value

IClientName
IClientName

See Also