Skip to content

Class BehaviorExecutionResult

Namespace: Cephalon.Behaviors.Patterns.Abstractions
Assembly: Cephalon.Behaviors.Patterns.dll

The result of a pattern-executed behavior invocation.

public sealed class BehaviorExecutionResult

objectBehaviorExecutionResult

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the HTTP status code hint for HTTP transport bindings.

public int HttpStatusCode { get; init; }

int

Gets a value indicating whether this was a fire-and-forget invocation.

public bool IsFireAndForget { get; init; }

bool

Gets the output value (may be null for fire-and-forget patterns).

public object? Output { get; init; }

object?