| ServiceStatsHistoBins Property |
Gets or sets an array with the bins of the execution histogram.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public int[] HistoBins { get; set; }
Public Property HistoBins As Integer()
Get
Set
Property Value
Type:
Int32
An array with the bins of the execution histogram.
Remarks
Each array element (bin) corresponds to the number of times the
service execution time was within the range of the bin.
See Also