 | StatisticsInc Method |
Increments the counter with the transferred name by 1.
The counter is regenerated during the first referencing.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static void Inc(
string name
)
Public Shared Sub Inc (
name As String
)
public:
static void Inc(
String^ name
)
static member Inc :
name : string -> unit
Parameters
- name String
- Name of the counter.
See also