ContextFactory.CreateClientName Method

Solclient

ContextFactoryCreateClientName Method
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public IClientName CreateClientName(
	string clientName
)
Public Function CreateClientName ( 
	clientName As String
) As IClientName
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