Click or drag to resize

ContextFactoryCreateClientName Method

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

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

Parameters

clientName
Type: SystemString
The client name obtained from a connected session through ClientName.

Return Value

Type: IClientName
IClientName
See Also