Exemplo n.º 1
0
 public void ProcessEvent(Event.ClientCacheEntryCustomEvent e)
 {
     foreach (Action <Event.ClientCacheEntryCustomEvent> a in customCallbacks)
     {
         a(e);
     }
 }
Exemplo n.º 2
0
 public void CustomEventAction(Event.ClientCacheEntryCustomEvent e)
 {
     customEvents.Add(e);
 }