Exemplo n.º 1
0
 public static bool RemoveListener(IAsyncLocalContextListener listener)
 {
     return(callbacks.Remove(listener));
 }
Exemplo n.º 2
0
 public static void AddListener(IAsyncLocalContextListener listener)
 {
     callbacks.Add(listener);
 }