Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Package PushTechnology.DiffusionCore.Messaging.Enums

Enumerations

enum  MessageSourceType { MessageSourceType.TopicClient, MessageSourceType.Server }
 Identifies the type of a MessageSource. More...
 
enum  TopicStatus { TopicStatus.A, TopicStatus.R, TopicStatus.TopicActive, TopicStatus.TopicRemoved }
 Indicates the type of topic status change. More...
 

Enumeration Type Documentation

Identifies the type of a MessageSource.

Enumerator
TopicClient 

The message source is an ITopicClient.

Server 

The message source is a server connection.

Indicates the type of topic status change.

Enumerator
A 

Used to parse 'active' message header.

R 

Used to parse 'removed' message header.

TopicActive 

Indicates that a topic is active.

TopicRemoved 

Indicates that a topic was removed.