RemAdogetCounter Method |
Namespace: Paperwork.Connect
public int getCounter( string counterName )
public void getCounter()
{
string counterName = "SAYAC";
Console.WriteLine("COUNTER : {0}", counterName);
Console.WriteLine("VALUE: {0}", p.rAdo.getCounter(counterName));
Console.ReadLine();
}