Class BehaviorExecutionResult
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Patterns.Abstractions
Assembly: Cephalon.Behaviors.Patterns.dll
The result of a pattern-executed behavior invocation.
public sealed class BehaviorExecutionResultInheritance
Section titled “Inheritance”object ← BehaviorExecutionResult
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”HttpStatusCode
Section titled “ HttpStatusCode”Gets the HTTP status code hint for HTTP transport bindings.
public int HttpStatusCode { get; init; }Property Value
Section titled “Property Value”IsFireAndForget
Section titled “ IsFireAndForget”Gets a value indicating whether this was a fire-and-forget invocation.
public bool IsFireAndForget { get; init; }Property Value
Section titled “Property Value”Output
Section titled “ Output”Gets the output value (may be null for fire-and-forget patterns).
public object? Output { get; init; }