Table of Contents

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 = 0

A new topic was created.

EXISTS = 1

A topic with the same specification already exists.