Beispiel #1
0
 /// <inheritdoc/>
 public virtual void ClusterAfterClosing(ClusterAfterClosingEvent @event)
 {
 }
Beispiel #2
0
 public void ClusterAfterClosing(ClusterAfterClosingEvent @event)
 {
     _first.ClusterAfterClosing(@event);
     _second.ClusterAfterClosing(@event);
 }