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