Class DeliveryType
- Namespace
- PushTechnology.ClientInterface.Client.Types
- Assembly
- Diffusion.Client.dll
Content delivery type.
public class DeliveryType : ByteCodeEnum<DeliveryType>
- Inheritance
-
DeliveryType
- Inherited Members
Fields
DELTA
When incremental delivery mode is in use then this indicates that the content represents a delta of change to the topic state.
public static readonly DeliveryType DELTA
Field Value
- DeliveryType
The delta delivery type.
MESSAGE
This indicates delivery of content that was sent to the Client through the topic as opposed to a data update.
public static readonly DeliveryType MESSAGE
Field Value
- DeliveryType
The message delivery type.
SNAPSHOT
The content is a complete representation of topic state or the delivery mode is simple.
public static readonly DeliveryType SNAPSHOT
Field Value
- DeliveryType
The snapshot delivery type.