Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.ITopicNotifyTopicDetailsBuilder Interface Reference

The builder for topic notify topic details. More...

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

Public Member Functions

ITopicNotifyTopicDetailsBuilder CacheMetadata (bool cache)
 Sets the 'metadata caching' option. 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 topic notify topic details.

Deprecated since 5.9.

Member Function Documentation

ITopicNotifyTopicDetailsBuilder PushTechnology.ClientInterface.Client.Topics.ITopicNotifyTopicDetailsBuilder.CacheMetadata ( bool  cache)

Sets the 'metadata caching' option.

If not explicitly set then it is assumed that metadata caching is used therefore this only needs to be called to turn the option off in situations where metadata names are not unique.

Parameters
cache
Returns

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