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