C# Class Alphashack.Graphdat.Agent.Context

Show file Open project: alphashack/NET_graphdat

Public Properties

Property Type Description
CallCount int
CpuTime double
Name string
ResponseTime double
Timestamp long

Property Details

CallCount public property

public int CallCount
return int

CpuTime public property

public double CpuTime
return double

Name public property

public string Name
return string

ResponseTime public property

public double ResponseTime
return double

Timestamp public property

public long Timestamp
return long