Class PingMessage
The message that is periodically produced by the OutboundEndpointsHealthCheckService to verify that the endpoints are reachable.
Implements
Inherited Members
Namespace: Silverback.Messaging.HealthChecks
Assembly: Silverback.Integration.dll
Syntax
public class PingMessage : IMessage
Properties
| Improve this doc View sourceTimeStamp
Gets or sets the datetime at which the message has been produced.
Declaration
public DateTime TimeStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
| Improve this doc View sourceNew()
Creates a new instance of the PingMessage.
Declaration
public static PingMessage New()
Returns
| Type | Description |
|---|---|
| PingMessage | The new PingMessage. |