Solclient
ContextFactoryCreateTopic Method (String) |
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: ITopicReturns a non-temporary Topic with the given name
See Also