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