Class TraceResult
Inheritance
System.Object
TraceResult
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class TraceResult : object
Constructors
|
Edit this page
View Source
TraceResult(Int64, Dictionary<String, Object>)
Declaration
public TraceResult(long timestamp, Dictionary<string, object> info)
Parameters
Type |
Name |
Description |
System.Int64 |
timestamp |
|
Dictionary<System.String, System.Object> |
info |
|
Properties
|
Edit this page
View Source
Info
Declaration
public Dictionary<string, object> Info { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Edit this page
View Source
TimeStamp
Declaration
public long TimeStamp { get; }
Property Value
Type |
Description |
System.Int64 |
|