Exemplo n.º 1
0
 private ApiCounter()
 {
     Name        = "ApiCounter";
     StationName = "HealthCenter";
     ZeroApplication.RegistZeroObject(this);
     TsonOperator = new CountDataTsonOperator();
 }
Exemplo n.º 2
0
 /// <summary>
 /// 构造路由计数器
 /// </summary>
 public ApiCounter()
 {
     Name         = "ApiCounter";
     StationName  = "HealthCenter";
     Subscribe    = "ApiCounter";
     IsRealModel  = true;
     TsonOperator = new CountDataTsonOperator();
 }