Ejemplo n.º 1
0
 public static void Start()
 {
     LogService.Write("启动WcfLogService...");
     MemoryQueue.Start();
 }
Ejemplo n.º 2
0
 public static void End()
 {
     MemoryQueue.End();
     LogService.Write("关闭WcfLogService...");
 }