예제 #1
0
파일: Comet.cs 프로젝트: kib357/Ester2
 internal static void RegisterCometInstance(string clientId, DataPusher cometSvc)
 {
     lock (typeof(Comet))
     {
         ClientList[clientId] = cometSvc;
     }
 }
예제 #2
0
파일: Comet.cs 프로젝트: kib357/Ester2
 internal static void RegisterCometInstance(string clientId, DataPusher cometSvc)
 {
     lock (typeof(Comet))
     {
         ClientList[clientId] = cometSvc;
     }
 }