 | LoggerBaseLoggingTriggerCounter property |
Number of milliseconds or number of counting operations until the
next logging output;
Default: 5000.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic long LoggingTriggerCounter { get; set; }
Public Property LoggingTriggerCounter As Long
Get
Set
public:
property long long LoggingTriggerCounter {
long long get ();
void set (long long value);
}
member LoggingTriggerCounter : int64 with get, set
Property value
Int64
See also