Click or drag to resize

ServiceStatsExecutions Property

Gets or sets the total number of times the service has been executed.

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

Property Value

Type: Int32
The total number of times the service has been executed.
See Also