 | StatisticsIsTimerTriggered property |
With True, the statistics output is time-controlled.
LoggingTriggerCounter then returns the number of milliseconds
until the next trigger event.
If False, the statistics output is replaced by the total number of
counting processes are controlled. LoggingTriggerCounter defined
here is the number of counting processes after which the output takes place;
Default: True.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static bool IsTimerTriggered { get; set; }
Public Shared Property IsTimerTriggered As Boolean
Get
Set
public:
static property bool IsTimerTriggered {
bool get ();
void set (bool value);
}
static member IsTimerTriggered : bool with get, set
Property value
Boolean
See also