Show / Hide Table of Contents

    Class PingMessage

    The message that is periodically produced by the OutboundEndpointsHealthCheckService to verify that the endpoints are reachable.

    Inheritance
    object
    PingMessage
    Implements
    IMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.HealthChecks
    Assembly: Silverback.Integration.dll
    Syntax
    public class PingMessage : IMessage

    Properties

    | Improve this doc View source

    TimeStamp

    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 source

    New()

    Creates a new instance of the PingMessage.

    Declaration
    public static PingMessage New()
    Returns
    Type Description
    PingMessage

    The new PingMessage.

    Implements

    IMessage
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini