Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.ISlaveTopicDetailsBuilder Interface Reference

The builder for slave topic details. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.ISlaveTopicDetailsBuilder:
PushTechnology.ClientInterface.Client.Topics.ITopicDetailsBuilder< out TB, out TD > PushTechnology.ClientInterface.Client.Topics.ITopicDetailsBuilder< out TD > PushTechnology.ClientInterface.Client.Topics.ITopicDetailsBuilder

Public Member Functions

ISlaveTopicDetailsBuilder SetMasterTopic (string masterTopic)
 Sets the master topic path. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Topics.ITopicDetailsBuilder< out TB, out TD >
new TB SetReference (string reference)
 Sets the initial value of the topic reference. More...
 
new TB SetTidyOnUnsubscribe (bool tidy)
 Sets the 'tidy on unsubscribe' flag. More...
 
new TB SetProperty (string key, string value)
 Sets a topic property. More...
 
new TB Reset ()
 Resets the builder to its initial values. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Topics.ITopicDetailsBuilder< out TD >
new TD Build ()
 Build the content. More...
 

Detailed Description

The builder for slave topic details.

Member Function Documentation

ISlaveTopicDetailsBuilder PushTechnology.ClientInterface.Client.Topics.ISlaveTopicDetailsBuilder.SetMasterTopic ( string  masterTopic)

Sets the master topic path.

See TopicType.SLAVE for full details on how slave topics operate.

Parameters
masterTopicThe path of the master topic.
Returns
The builder.

The documentation for this interface was generated from the following file: