Example #1
0
 protected override void PostStop()
 {
     _cluster.Unsubscribe(Self);
 }
Example #2
0
 protected override void PostStop()
 {
     timer.Cancel();
     Cluster.Unsubscribe(Self);
 }