Tracks the state of a connection so a newly established transport can be re-initialized to the state that was tracked.
Inheritance: CommandVisitorAdapter
 public RemoveTransactionAction(TransactionInfo info, ConnectionStateTracker aCst)
 {
     this.info = info;
     this.cst = aCst;
 }
Esempio n. 2
0
 public RemoveTransactionAction(TransactionInfo info, ConnectionStateTracker aCst)
 {
     this.info = info;
     this.cst  = aCst;
 }