Click or drag to resize

ServiceStats Properties

The ServiceStats type exposes the following members.

Properties
  NameDescription
Public propertyBinWidth
Gets or sets the time width of each bin of the execution histogram (millisecs).
Public propertyExecutions
Gets or sets the total number of times the service has been executed.
Public propertyHistoBins
Gets or sets an array with the bins of the execution histogram.
Public propertyLowerLimit
Gets or sets the lower limit of the execution histogram (millisecs).
Public propertyMaxTime
Gets or sets the maximum execution time of the service (millisecs).
Public propertyMinTime
Gets or sets the minimum execution time of the service (millisecs).
Public propertyOverflows
Gets or sets the number of times the service execution time was bigger than upper limit.
Public propertyServerID
Gets or sets the unique identification of the server.
Public propertyServerName
Gets or sets the server name.
Public propertyServiceName
Gets or sets the service name.
Public propertyTotalTime
Gets or sets the total execution time of the service (millisecs).
Public propertyUnderflows
Gets or sets the number of times the service execution time was smaller than lower limit.
Public propertyUpperLimit
Gets or sets the upper limit of the execution histogram (millisecs).
Top
See Also