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

The topic attributes interface. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes:
PushTechnology.ClientInterface.Client.Topics.IRecordTopicDetailsAttributes PushTechnology.ClientInterface.Client.Topics.ISingleValueTopicDetailsAttributes PushTechnology.ClientInterface.Client.Topics.ISlaveTopicDetailsAttributes PushTechnology.ClientInterface.Client.Topics.IStatelessTopicDetailsAttributes PushTechnology.ClientInterface.TopicDetails.Details.IRoutingTopicDetailsAttributes PushTechnology.ClientInterface.TopicDetails.Details.IUniversalTopicDetailsAttributes

Properties

string Reference [get]
 Gets the topic reference. Returns null if one is not set. More...
 
bool TidiesOnUnsubscribe [get]
 Indicates whether the 'tidy on unsubscribe' option is set. More...
 
IDictionary< string, string > Properties [get]
 Returns any additional properties. More...
 

Detailed Description

The topic attributes interface.

This represents the basic attributes that apply to all topic types.

Property Documentation

IDictionary<string, string> PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes.Properties
get

Returns any additional properties.

string PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes.Reference
get

Gets the topic reference. Returns null if one is not set.

bool PushTechnology.ClientInterface.Client.Topics.ITopicDetailsAttributes.TidiesOnUnsubscribe
get

Indicates whether the 'tidy on unsubscribe' option is set.


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