Ejemplo n.º 1
0
 internal static void RegisterCometInstance(string clientId, DataPusher cometSvc)
 {
     lock (typeof(Comet))
     {
         ClientList[clientId] = cometSvc;
     }
 }
Ejemplo n.º 2
0
 internal static void RegisterCometInstance(string clientId, DataPusher cometSvc)
 {
     lock (typeof(Comet))
     {
         ClientList[clientId] = cometSvc;
     }
 }