 | StatisticsReset method |
Sets the counter with the transferred name to 0.
The counter is regenerated during the first referencing.
If zero is passed as the counter name, all counters are
is set to 0 and the internal trigger is reset.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static void Reset(
string name
)
Public Shared Sub Reset (
name As String
)
public:
static void Reset(
String^ name
)
static member Reset :
name : string -> unit
Parameters
- name String
- Name of the counter or zero.
See also