Class Abt006DurableExecutionRequiresEventSourcingRule
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Compatibility
Assembly: Cephalon.Behaviors.dll
ABT-006: A durable-execution behavior must declare event sourcing
so the runtime and operator surfaces stay aligned with replay semantics.
public sealed class Abt006DurableExecutionRequiresEventSourcingRule : IBehaviorCompatibilityRuleInheritance
Section titled “Inheritance”object ← Abt006DurableExecutionRequiresEventSourcingRule
Implements
Section titled “Implements”IBehaviorCompatibilityRule
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”Description
Section titled “ Description”Gets a human-readable description of the rule.
public string Description { get; }Property Value
Section titled “Property Value”RuleId
Section titled “ RuleId”Gets the rule identifier ABT-006.
public string RuleId { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Check(BehaviorTopologyDescriptor)
Section titled “ Check(BehaviorTopologyDescriptor)”Returns an error when a durable-execution behavior does not declare event sourcing.
public BehaviorCompatibilityViolation? Check(BehaviorTopologyDescriptor descriptor)Parameters
Section titled “Parameters”descriptor BehaviorTopologyDescriptor
The behavior topology descriptor to evaluate.
Returns
Section titled “Returns”BehaviorCompatibilityViolation?
A