Enum DeliveryType.DeliveryTypeEnum

Enumerations representing delivery types.

Namespace: PushTechnology.ClientInterface.Client.Types
Assembly: Diffusion.Client.dll
Syntax
public enum DeliveryTypeEnum : int

Fields

Name Description
DELTA

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

MESSAGE

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

SNAPSHOT

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

Back to top