Search Results for

    Show / Hide Table of Contents

    Class NodeInfoMessage

    Inheritance
    object
    Message
    NodeInfoMessage
    Inherited Members
    Message.Id
    Message.Retries
    Message.RetriesPerformed
    Message.Priority
    Message.Deduplicate
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class NodeInfoMessage : Message

    Properties

    FileVersion

    Declaration
    [JsonProperty("fileVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string FileVersion { get; set; }
    Property Value
    string

    HostName

    Declaration
    [JsonProperty("hostName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string HostName { get; set; }
    Property Value
    string

    LastResponseTime

    Declaration
    [JsonProperty("lastResponseTime", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime LastResponseTime { get; set; }
    Property Value
    DateTime

    LogLevel

    Declaration
    [JsonProperty("logLevel", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string LogLevel { get; set; }
    Property Value
    string

    NodeId

    Declaration
    [JsonProperty("nodeId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string NodeId { get; set; }
    Property Value
    string

    ProductVersion

    Declaration
    [JsonProperty("productVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ProductVersion { get; set; }
    Property Value
    string

    Release

    Declaration
    [JsonProperty("release", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Release { get; set; }
    Property Value
    string

    ServiceName

    Declaration
    [JsonProperty("serviceName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ServiceName { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static NodeInfoMessage FromJson(string data)
    Parameters
    string data

    Returns
    NodeInfoMessage

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX