ข้ามไปยังเนื้อหา

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 ISagaChoreographyStepResult

Gets the optional local output returned to the caller.

object? Output { get; }

object?

Gets the publications that continue or compensate the saga.

IReadOnlyList<SagaChoreographyPublication> Publications { get; }

IReadOnlyList<SagaChoreographyPublication>