예제 #1
0
        static void ThreadMethod()
        {
            IsWorking = true;

            while (IsWorking)
            {
                API.Process();
            }
            API.Exit();

            Console.WriteLine("client is exit...");
        }
예제 #2
0
 public void Process()
 {
     _api.Process();
 }