Table of Contents

Class RenewNotification

Namespace
DMediatR
Assembly
DMediatR.dll

Base class for MediatR notifications enforcing certificate renewal. Requires explicitly setting "RenewFirewallEnabled": "False" in the "Certificate" configuration section, otherwise it is ignored.

public abstract class RenewNotification : SerializationCountMessage, ILock, ICorrelatedNotification, ICorrelatedMessage, INotification
Inheritance
RenewNotification
Implements
INotification
Derived
Inherited Members
Extension Methods

Properties

CorrelationGuid

To be implemented as public Guid CorrelationGuid { get; init; } = Guid.NewGuid();

public Guid CorrelationGuid { get; init; }

Property Value

Guid

HasLocked

To be implemented as public HashSet<SemaphoreSlim>? HasLocked { get; set; } = [];

public HashSet<SemaphoreSlim>? HasLocked { get; set; }

Property Value

HashSet<SemaphoreSlim>