ContextFactory.CreateTopic Method (String)

Solclient

ContextFactoryCreateTopic Method (String)
version: 7.2.1.27
Creates a non-temporary Topic with the given name.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public ITopic CreateTopic(
	string name
)
Public Function CreateTopic ( 
	name As String
) As ITopic
public:
ITopic^ CreateTopic(
	String^ name
)

Parameters

name
Type: SystemString
Topic name

Return Value

Type: ITopic
Returns a non-temporary Topic with the given name
See Also