Table of Contents

Enum CoherenceSync.UniquenessType

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll

Should this entity enforce that only a single instance with the same CoherenceUUID can exist at the same time.

public enum CoherenceSync.UniquenessType

Fields

AllowDuplicates = 0

Multiple entities with the same CoherenceUUID value can coexist.

NoDuplicates = 1

Only a single entity with the same CoherenceUUID can exist. Other instances will be destroyed.