Enum TopicCreationResult

Result indicating whether the operation caused a topic to be created or if it already existed.

Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public enum TopicCreationResult : byte

Fields

Name Description
CREATED

A new topic was created.

EXISTS

A topic with the same specification already exists.

Back to top