Class AggregatedServiceCall
Inheritance
AggregatedServiceCall
Assembly: SoCore.dll
Syntax
public class AggregatedServiceCall
Constructors
AggregatedServiceCall()
Declaration
public AggregatedServiceCall()
Properties
CallCount
Declaration
public int CallCount { get; set; }
Property Value
DatabaseCalls
Declaration
public int DatabaseCalls { get; set; }
Property Value
DatabaseMilliseconds
Declaration
public int DatabaseMilliseconds { get; set; }
Property Value
DatabaseRows
Declaration
public int DatabaseRows { get; set; }
Property Value
Extension Methods