Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Content.Update.ContentUpdateAction Class Reference

Indicates the update action. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Update.ContentUpdateAction:

Static Public Attributes

static readonly ContentUpdateAction UPDATE
 Update the topic by comparing the content with the current state and sending deltas of change to subscribers if appropriate. More...
 
static readonly ContentUpdateAction REPLACE
 Replace the topic content and notify all subscribers. More...
 
static readonly ContentUpdateAction APPLY
 The content represents a patch to be applied to the topic state. Subscribers will be notified of the changes (if any) as appropriate. More...
 

Detailed Description

Indicates the update action.

Member Data Documentation

readonly ContentUpdateAction PushTechnology.ClientInterface.Client.Content.Update.ContentUpdateAction.APPLY
static
Initial value:
=
new ContentUpdateAction( ContentUpdateActionEnum.APPLY, 2 )

The content represents a patch to be applied to the topic state. Subscribers will be notified of the changes (if any) as appropriate.

readonly ContentUpdateAction PushTechnology.ClientInterface.Client.Content.Update.ContentUpdateAction.REPLACE
static
Initial value:
=
new ContentUpdateAction( ContentUpdateActionEnum.REPLACE, 1 )

Replace the topic content and notify all subscribers.

readonly ContentUpdateAction PushTechnology.ClientInterface.Client.Content.Update.ContentUpdateAction.UPDATE
static
Initial value:
=
new ContentUpdateAction( ContentUpdateActionEnum.UPDATE, 0 )

Update the topic by comparing the content with the current state and sending deltas of change to subscribers if appropriate.


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