Class TraceResult
- Namespace
- Steeltoe.Management.Endpoint.Trace
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class TraceResult- Inheritance
- 
      
      TraceResult
- Inherited Members
Constructors
TraceResult(long, Dictionary<string, object>)
public TraceResult(long timestamp, Dictionary<string, object> info)Parameters
- timestamplong
- infoDictionary<string, object>
Properties
Info
[JsonProperty("info")]
public Dictionary<string, object> Info { get; }Property Value
TimeStamp
[JsonProperty("timestamp")]
public long TimeStamp { get; }