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

Indicates the update action. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.Update.UpdateAction:

Static Public Attributes

static readonly UpdateAction REFRESH = new UpdateAction( UpdateActionEnum.REFRESH, 0 )
 This causes a total refresh of the topic causing a snapshot to be sent to all subscribed clients. More...
 
static readonly UpdateAction UPDATE = new UpdateAction( UpdateActionEnum.UPDATE, 1 )
 The supplied update represents a delta of change to the topic. In this case, what is supplied to the update can be partial data and will be used to change the topic state and publish changes to subscribed clients as appropriate. More...
 
static readonly UpdateAction MATCH = new UpdateAction( UpdateActionEnum.MATCH, 2 )
 The supplied update represents a full snapshot of the topic state which will be compared against the server-side state and changes will be published to subscribed clients as appropriate. More...
 

Detailed Description

Indicates the update action.

Member Data Documentation

readonly UpdateAction PushTechnology.ClientInterface.Client.Topics.Update.UpdateAction.MATCH = new UpdateAction( UpdateActionEnum.MATCH, 2 )
static

The supplied update represents a full snapshot of the topic state which will be compared against the server-side state and changes will be published to subscribed clients as appropriate.

readonly UpdateAction PushTechnology.ClientInterface.Client.Topics.Update.UpdateAction.REFRESH = new UpdateAction( UpdateActionEnum.REFRESH, 0 )
static

This causes a total refresh of the topic causing a snapshot to be sent to all subscribed clients.

readonly UpdateAction PushTechnology.ClientInterface.Client.Topics.Update.UpdateAction.UPDATE = new UpdateAction( UpdateActionEnum.UPDATE, 1 )
static

The supplied update represents a delta of change to the topic. In this case, what is supplied to the update can be partial data and will be used to change the topic state and publish changes to subscribed clients as appropriate.


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