ResultProducedEvent
Raw result object emitted by command execution.
- Kind:
Class - Namespace: Repl.Testing
- Assembly:
Repl.Testing - Source: src/Repl.Testing/ResultProducedEvent.cs
Signature
Section titled “Signature”public sealed record ResultProducedEvent : CommandEvent, IEquatable<CommandEvent>, IEquatable<ResultProducedEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<CommandEvent>IEquatable<ResultProducedEvent>
Constructors
Section titled “Constructors”ResultProducedEvent(object?)
Section titled “ResultProducedEvent(object?)”Raw result object emitted by command execution.
public ResultProducedEvent(object? Result)Parameters
Section titled “Parameters”Result(object)
Properties
Section titled “Properties”Result
Section titled “Result”public object? Result { get; init; }