Class Abt004CqrsMultipleTransportsRule
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Compatibility
Assembly: Cephalon.Behaviors.dll
ABT-004: A CQRS behavior with more than one transport may produce unexpected routing ambiguity.
public sealed class Abt004CqrsMultipleTransportsRule : IBehaviorCompatibilityRuleInheritance
Section titled “Inheritance”object ← Abt004CqrsMultipleTransportsRule
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-004.
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 cqrs behavior is configured with more than one transport.
public BehaviorCompatibilityViolation? Check(BehaviorTopologyDescriptor descriptor)Parameters
Section titled “Parameters”descriptor BehaviorTopologyDescriptor
The behavior topology descriptor to evaluate.
Returns
Section titled “Returns”BehaviorCompatibilityViolation?
A