Exemplo n.º 1
0
 public virtual void ProcessAtServer()
 {
     Platform4.ThrowUncheckedException((Exception)ReadSingleObject());
 }
 public virtual Msg ReplyFromServer()
 {
     Platform4.ThrowUncheckedException((Exception)ReadSingleObject());
     return(null);
 }