Class PatternBehaviorExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Patterns.Hosting
Assembly: Cephalon.Behaviors.Patterns.dll
Extension methods for registering pattern execution strategies with the behavior collection builder.
public static class PatternBehaviorExtensionsInheritance
Section titled “Inheritance”object ← PatternBehaviorExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”AddBehaviorPatterns(IBehaviorCollectionBuilder)
Section titled “ AddBehaviorPatterns(IBehaviorCollectionBuilder)”Registers all built-in pattern execution strategies, their default in-memory stores,
the default in-memory choreography publisher fallback,
and the
public static IBehaviorCollectionBuilder AddBehaviorPatterns(this IBehaviorCollectionBuilder builder)Parameters
Section titled “Parameters”builder IBehaviorCollectionBuilder
The behavior collection builder to configure.
Returns
Section titled “Returns”The same builder for fluent chaining.