Exemple #1
0
 public SnapshotContext(ClusterContext clusterContext, LearnerContext learnerContext)
 {
     this._clusterContext = clusterContext;
     this._learnerContext = learnerContext;
 }
Exemple #2
0
 public HeartbeatIAmAliveProcessor(MessageHolder output, ClusterContext clusterContext)
 {
     this._output         = output;
     this._clusterContext = clusterContext;
 }