Exemplo n.º 1
0
 /// <inheritdoc/>
 public virtual void ClusterBeforeClosing(ClusterBeforeClosingEvent @event)
 {
 }
Exemplo n.º 2
0
 public void ClusterBeforeClosing(ClusterBeforeClosingEvent @event)
 {
     _first.ClusterBeforeClosing(@event);
     _second.ClusterBeforeClosing(@event);
 }