Home > Contents > Index >
ICS.RemoveCounter
Deletes a counter.
Syntax
public void RemoveCounter(String counter)Parameters
counter
- Name of counter to remove.
Description
The
RemoveCounter
method deletes a counter. After a counter is removed, it is undefined and its value cannot be referenced.Example
The following example removes a counter named
MyCounter
:
ics.RemoveCounter("MyCounter");See Also
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.