Enum DeliveryType.DeliveryTypeEnum
- Namespace
- PushTechnology.ClientInterface.Client.Types
- Assembly
- Diffusion.Client.dll
Enumerations representing delivery types.
public enum DeliveryType.DeliveryTypeEnum
Fields
DELTA = 2When incremental delivery mode is in use then this indicates that the content represents a delta of change to the topic state.
MESSAGE = 0The default delivery type will be determined by the topic's delivery mode.
SNAPSHOT = 1The content is a complete representation of topic state or the delivery mode is simple.