Class BatchFailedEvent
- Namespace
- NArk.Abstractions.Batches.ServerEvents
- Assembly
- NArk.Abstractions.dll
Server aborted the batch. Reason describes why.
public record BatchFailedEvent : BatchEvent, IEquatable<BatchEvent>, IEquatable<BatchFailedEvent>
- Inheritance
-
BatchFailedEvent
- Implements
- Inherited Members
Constructors
BatchFailedEvent(string, string)
Server aborted the batch. Reason describes why.
public BatchFailedEvent(string Id, string Reason)
Parameters
Properties
Id
public string Id { get; init; }
Property Value
Reason
public string Reason { get; init; }