Click or drag to resize

ServiceStatsList Class

Provides execution statistics of a list of services.
Inheritance Hierarchy
SystemObject
  OBCOM.NetSwitchLib.ServersServiceStatsList

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
[SerializableAttribute]
public class ServiceStatsList

The ServiceStatsList type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStats
Gets or sets the list of service statistics.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToCSV
Returns a CSV string representation of this list of service statistics.
Public methodToString
Returns a string representation of this list of service statistics.
(Overrides ObjectToString.)
Top
See Also