Table of Contents

Enum DeliveryType.DeliveryTypeEnum

Namespace
PushTechnology.ClientInterface.Client.Types
Assembly
Diffusion.Client.dll

Enumerations representing delivery types.

public enum DeliveryType.DeliveryTypeEnum

Fields

DELTA = 2

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

MESSAGE = 0

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

SNAPSHOT = 1

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