Skip to content

CommandEvent

Base event emitted while executing a command in the test harness.

public abstract record CommandEvent : IEquatable<CommandEvent>
  • IEquatable<CommandEvent>

Base event emitted while executing a command in the test harness.

protected CommandEvent(DateTimeOffset Timestamp)
public DateTimeOffset Timestamp { get; init; }

DateTimeOffset