Class Abt005SagaChoreographyOutboxRule
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Compatibility
Assembly: Cephalon.Behaviors.dll
ABT-005: A saga-choreography behavior should enable outbox staging
so choreography publications can survive transient failures and retries safely.
public sealed class Abt005SagaChoreographyOutboxRule : IBehaviorCompatibilityRuleInheritance
Section titled “Inheritance”object ← Abt005SagaChoreographyOutboxRule
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-005.
public string RuleId { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Check(BehaviorTopologyDescriptor)
Section titled “ Check(BehaviorTopologyDescriptor)”Returns an advisory when a saga-choreography behavior does not have outbox enabled.
public BehaviorCompatibilityViolation? Check(BehaviorTopologyDescriptor descriptor)Parameters
Section titled “Parameters”descriptor BehaviorTopologyDescriptor
The behavior topology descriptor to evaluate.
Returns
Section titled “Returns”BehaviorCompatibilityViolation?
A