Click or drag to resize

ServiceStatsTotalTime Property

Gets or sets the total execution time of the service (millisecs).

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public long TotalTime { get; set; }

Property Value

Type: Int64
The total execution time of the service (millisecs).
See Also