Class SerializationCountMessage
- Namespace
- DMediatR
- Assembly
- DMediatR.dll
Base class for tracing the number of hops a DMediatR message (IRequest or INotification) has taken. Its Count property gets incremented whenever it gets serialized.
public abstract class SerializationCountMessage
- Inheritance
-
SerializationCountMessage
- Derived
- Inherited Members
Properties
Count
Number of times the message has been serialized.
public uint Count { get; set; }
Property Value
Message
The Message payload.
public string? Message { get; set; }