Ejemplo n.º 1
0
 protected virtual void OnEvent(AzureSessionEventArgs e)
 {
     _eventHandler?.Invoke(this, e);
 }
Ejemplo n.º 2
0
 public void OnEvent(object sender, AzureSessionEventArgs e)
 {
     _cache.Clear();
 }