Enum AddTopicResult
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
The result of adding a topic.
public enum AddTopicResult : byte
Fields
CREATED = 0A new topic was created.
EXISTS = 1A topic with the same specification already exists.