Table of Contents

Class ConcurrencyOptions

Namespace
Cratis.Chronicle.EventSequences.Concurrency
Assembly
Cratis.Chronicle.dll

Represents options for configuring concurrency strategies.

public class ConcurrencyOptions
Inheritance
ConcurrencyOptions
Inherited Members

Properties

DefaultStrategy

Gets or sets the default concurrency strategy to use when no specific strategy is provided.

public Type DefaultStrategy { get; set; }

Property Value

Type