Class Ping
- Namespace
- DMediatR
- Assembly
- DMediatR.dll
Simple MediatR IRequest for diagnosis.
public class Ping : SerializationCountMessage, IRequest<Pong>, IBaseRequest
- Inheritance
-
Ping
- Implements
-
IRequest<Pong>IBaseRequest
- Inherited Members
Constructors
Ping()
public Ping()
Ping(string)
public Ping(string message)
Parameters
message
string
Properties
Payload
Payload for performance testing.
public byte[] Payload { get; set; }
Property Value
- byte[]