Loop() private method

private Loop ( ) : void
return void
Exemplo n.º 1
0
 internal static void Main(string[] args)
 {
     DataCache svr = new DataCache();
     svr.Init(args);
     svr.Loop();
     svr.Release();
 }
Exemplo n.º 2
0
    internal static void Main(string[] args)
    {
        DataCache svr = new DataCache();

        svr.Init(args);
        svr.Loop();
        svr.Release();
    }