ข้ามไปยังเนื้อหา

Class BehaviorTopologyOptions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll

Optional feature flags for a behavior topology entry.

public sealed class BehaviorTopologyOptions

objectBehaviorTopologyOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Initializes a new instance of .

public BehaviorTopologyOptions()

Gets or sets a value indicating whether event sourcing is wired into the behavior context.

public bool EventSourcingEnabled { get; set; }

bool

Gets or sets a value indicating whether inbox deduplication is enabled.

public bool InboxEnabled { get; set; }

bool

Gets or sets a value indicating whether outbox staging is enabled.

public bool OutboxEnabled { get; set; }

bool