10.24.0

ContextFactoryCreateTopic(String) Method

Creates a non-temporary Topic with the given name.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public ITopic CreateTopic(
	string name
)

Parameters

name  String
Topic name

Return Value

ITopic
Returns a non-temporary Topic with the given name

See Also