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

Content delivery type. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Types.DeliveryType:

Public Types

enum  DeliveryTypeEnum { DeliveryTypeEnum.MESSAGE, DeliveryTypeEnum.SNAPSHOT, DeliveryTypeEnum.DELTA }
 Enumerations representing delivery types. More...
 

Static Public Attributes

static readonly DeliveryType MESSAGE = new DeliveryType( DeliveryTypeEnum.MESSAGE, 1 )
 This indicates delivery of content that was sent to the Client via the topic as opposed to a data update. More...
 
static readonly DeliveryType SNAPSHOT = new DeliveryType( DeliveryTypeEnum.SNAPSHOT, 2 )
 The content is a complete representation of topic state or the delivery mode is simple. More...
 
static readonly DeliveryType DELTA = new DeliveryType( DeliveryTypeEnum.DELTA, 3 )
 When incremental delivery mode is in use then this indicates that the content represents a delta of change to the topic state. More...
 

Detailed Description

Content delivery type.

Member Enumeration Documentation

Enumerations representing delivery types.

Enumerator
MESSAGE 

The default delivery type will be determined by the topic's delivery mode.

SNAPSHOT 

The content is a complete representation of topic state or the delivery mode is simple.

DELTA 

When incremental delivery mode is in use then this indicates that the content represents a delta of change to the topic state.

Member Data Documentation

readonly DeliveryType PushTechnology.ClientInterface.Client.Types.DeliveryType.DELTA = new DeliveryType( DeliveryTypeEnum.DELTA, 3 )
static

When incremental delivery mode is in use then this indicates that the content represents a delta of change to the topic state.

readonly DeliveryType PushTechnology.ClientInterface.Client.Types.DeliveryType.MESSAGE = new DeliveryType( DeliveryTypeEnum.MESSAGE, 1 )
static

This indicates delivery of content that was sent to the Client via the topic as opposed to a data update.

readonly DeliveryType PushTechnology.ClientInterface.Client.Types.DeliveryType.SNAPSHOT = new DeliveryType( DeliveryTypeEnum.SNAPSHOT, 2 )
static

The content is a complete representation of topic state or the delivery mode is simple.


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