Enum TopicCreationResult
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
Result indicating whether the operation caused a topic to be created or if it already existed.
public enum TopicCreationResult : byte
Fields
CREATED = 0A new topic was created.
EXISTS = 1A topic with the same specification already exists.