Table of Contents

Enum StateStoreConcurrency

Namespace
GroupeIsa.Neos.ClusterCommunication.DistributedStore
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Specifies the concurrency for state store.

public enum StateStoreConcurrency

Fields

FirstWrite = 0

State operations will be handled in a first-write-wins fashion.

LastWrite = 1

State operations will be handled in a last-write-wins fashion.