Solclient
ContextFactoryCreateTopic Method (TopicProperties) |
Creates a non-temporary ITopic instance given a TopicProperties.
IsReceiveAllDeliverToOne specifies the DTO behavior.
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( TopicProperties properties )
Public Function CreateTopic ( properties As TopicProperties ) As ITopic
public: ITopic^ CreateTopic( TopicProperties^ properties )
Parameters
- properties
- Type: SolaceSystems.Solclient.MessagingTopicProperties
Topic Properties TopicProperties
Return Value
Type: ITopicReturns a non-temporary ITopic instance given a TopicProperties
See Also