Esempio n. 1
0
 public virtual void ExecuteState(ServerState state)
 {
     //nothing to do here
 }
Esempio n. 2
0
 public virtual bool IsValidateState(ref ServerState receivedState, ref ServerState bufferedState)
 {
     return(true);
 }