Click or drag to resize

ContextFactoryCreateTopic Method (TopicProperties)

version: 10.22.0
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: 10.22.0
Syntax
C#
public ITopic CreateTopic(
	TopicProperties properties
)

Parameters

properties
Type: SolaceSystems.Solclient.MessagingTopicProperties
Topic Properties TopicProperties

Return Value

Type: ITopic
Returns a non-temporary ITopic instance given a TopicProperties
See Also