Beispiel #1
0
 public override void PushToPool()
 {
     NodePool <TaskMessageNode> .Push(this);
 }
Beispiel #2
0
 public override void PushToPool()
 {
     NodePool <MessageNode <T> > .Push(this);
 }
Beispiel #3
0
 public override void PushToPool()
 {
     NodePool <ActionMessageNode> .Push(this);
 }
Beispiel #4
0
 public override void PushToPool()
 {
     NodePool <ContextPostMessageNode> .Push(this);
 }