Skip to content

ResultProducedEvent

Raw result object emitted by command execution.

public sealed record ResultProducedEvent : CommandEvent, IEquatable<CommandEvent>, IEquatable<ResultProducedEvent>
  • IEquatable<CommandEvent>
  • IEquatable<ResultProducedEvent>

Raw result object emitted by command execution.

public ResultProducedEvent(object? Result)
public object? Result { get; init; }

object