示例#1
0
 public ObjectState Stop()
 {
     // TODO: add timeout.
     State = ObjectState.Starting;
     Server.Stop(this);
     return(State);
 }