Class NodeInfoMessage
Inheritance
NodeInfoMessage
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
Declaration
[JsonProperty("fileVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FileVersion { get; set; }
Property Value
Declaration
[JsonProperty("hostName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string HostName { get; set; }
Property Value
Declaration
[JsonProperty("lastResponseTime", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTime LastResponseTime { get; set; }
Property Value
Declaration
[JsonProperty("logLevel", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LogLevel { get; set; }
Property Value
Declaration
[JsonProperty("nodeId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NodeId { get; set; }
Property Value
Declaration
[JsonProperty("productVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ProductVersion { get; set; }
Property Value
Declaration
[JsonProperty("release", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Release { get; set; }
Property Value
Declaration
[JsonProperty("serviceName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ServiceName { get; set; }
Property Value
Methods
Declaration
public static NodeInfoMessage FromJson(string data)
Parameters
Returns