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