Interface ISagaChoreographyStepResult
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Patterns.Abstractions
Assembly: Cephalon.Behaviors.Patterns.dll
Describes the local output and staged publications produced by one choreography-based saga step.
public interface ISagaChoreographyStepResultProperties
Section titled “Properties”Output
Section titled “ Output”Gets the optional local output returned to the caller.
object? Output { get; }Property Value
Section titled “Property Value”Publications
Section titled “ Publications”Gets the publications that continue or compensate the saga.
IReadOnlyList<SagaChoreographyPublication> Publications { get; }