示例#1
0
 public ObjectState Recycle()
 {
     State = ObjectState.Started;
     Server.Recycle(this);
     return(State);
 }