public override void SessionFlush(Session ssn, SessionFlush flush)
 {
     if (flush.GetCompleted())
     {
         ssn.FlushProcessed();
     }
     if (flush.GetConfirmed())
     {
         ssn.FlushProcessed();
     }
     if (flush.GetExpected())
     {
         // to be done
         //throw new Exception("not implemented");
     }
 }
Example #2
0
 public virtual void SessionFlush(C context, SessionFlush mystruct)
 {
 }