Table of Contents

Class ApplicationAuditCompletionDispatchSummary

Namespace
ProjectTemplate.Infrastructure.Data.Auditing
Assembly
ProjectTemplate.Infrastructure.dll
public sealed record ApplicationAuditCompletionDispatchSummary : IEquatable<ApplicationAuditCompletionDispatchSummary>
Inheritance
ApplicationAuditCompletionDispatchSummary
Implements
Inherited Members

Constructors

ApplicationAuditCompletionDispatchSummary(bool, int, int, int, int, int, int)

public ApplicationAuditCompletionDispatchSummary(bool Enabled, int AttemptedCount, int DeliveredCount, int RetryScheduledCount, int FailedCount, int DeferredCount, int DeadLetteredCount)

Parameters

Enabled bool
AttemptedCount int
DeliveredCount int
RetryScheduledCount int
FailedCount int
DeferredCount int
DeadLetteredCount int

Properties

AttemptedCount

public int AttemptedCount { get; init; }

Property Value

int

DeadLetteredCount

public int DeadLetteredCount { get; init; }

Property Value

int

DeferredCount

public int DeferredCount { get; init; }

Property Value

int

DeliveredCount

public int DeliveredCount { get; init; }

Property Value

int

Enabled

public bool Enabled { get; init; }

Property Value

bool

FailedCount

public int FailedCount { get; init; }

Property Value

int

RetryScheduledCount

public int RetryScheduledCount { get; init; }

Property Value

int