Exemplo n.º 1
0
        public static int CreateContainerId(FuncTypeRealTime funcType)
        {
            int num = 1;

            if ((_idMgr != null) && _idMgr.ContainsKey(funcType))
            {
                CftContainerId id = _idMgr[funcType];
                if (id != null)
                {
                    num = id.CreateContainerId();
                }
            }
            return(num);
        }
Exemplo n.º 2
0
 /// <summary>
 /// 数据回调
 /// </summary>
 /// <param name="funcType"></param>
 /// <param name="data"></param>
 public static void CallBack(FuncTypeRealTime funcType, Object data)
 {
 }