Class BehaviorEventingEngineBuilderExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Eventing.Behaviors.Registration
Assembly: Cephalon.Eventing.Behaviors.dll
Registers the optional behavior-to-eventing choreography bridge with an
public static class BehaviorEventingEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← BehaviorEventingEngineBuilderExtensions
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”AddBehaviorEventingBridge(EngineBuilder)
Section titled “ AddBehaviorEventingBridge(EngineBuilder)”Adds the explicit saga-choreography bridge that stages behavior publications through the shared
Cephalon.Eventing publication path.
public static EngineBuilder AddBehaviorEventingBridge(this EngineBuilder builder)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
Returns
Section titled “Returns”The same engine builder for fluent composition.