Click or drag to resize

experimentSetupdeployCallsCount Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Diagnostic counter, made just to check how many times deploy was called

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public int deployCallsCount { get; set; }

Property Value

Type: Int32
The deploy calls count.
See Also