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