Esempio n. 1
0
 internal static void RegisterCometInstance(string clientId, ValuesPusher cometSvc)
 {
     lock (typeof(ValuesPusherComet))
     {
         ClientList[clientId] = cometSvc;
     }
 }
Esempio n. 2
0
 internal static void RegisterCometInstance(string clientId, ValuesPusher cometSvc)
 {
     lock (typeof(ValuesPusherComet))
     {
         ClientList[clientId] = cometSvc;
     }
 }