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

The level of topic detail available. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.TopicDetailsLevel:

Static Public Attributes

static readonly TopicDetailsLevel BASIC = new TopicDetailsLevel( TopicDetailsLevelEnum.BASIC, 1 )
 The topic will be retained until the server is closed. More...
 
static readonly TopicDetailsLevel SCHEMA = new TopicDetailsLevel( TopicDetailsLevelEnum.SCHEMA, 2 )
 The topic will be retained as long as the controller (e.g. client session or publisher) that created it and will be automatically removed when that controller closes. More...
 
static readonly TopicDetailsLevel FULL = new TopicDetailsLevel( TopicDetailsLevelEnum.FULL, 3 )
 The topic will be retained as long as there is a controller available that is within the same group as the controller that craeted it but will be automatically removed when the last controller within that group is closed. More...
 

Detailed Description

The level of topic detail available.

Member Data Documentation

readonly TopicDetailsLevel PushTechnology.ClientInterface.Client.Topics.TopicDetailsLevel.BASIC = new TopicDetailsLevel( TopicDetailsLevelEnum.BASIC, 1 )
static

The topic will be retained until the server is closed.

readonly TopicDetailsLevel PushTechnology.ClientInterface.Client.Topics.TopicDetailsLevel.FULL = new TopicDetailsLevel( TopicDetailsLevelEnum.FULL, 3 )
static

The topic will be retained as long as there is a controller available that is within the same group as the controller that craeted it but will be automatically removed when the last controller within that group is closed.

readonly TopicDetailsLevel PushTechnology.ClientInterface.Client.Topics.TopicDetailsLevel.SCHEMA = new TopicDetailsLevel( TopicDetailsLevelEnum.SCHEMA, 2 )
static

The topic will be retained as long as the controller (e.g. client session or publisher) that created it and will be automatically removed when that controller closes.


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