예제 #1
0
        public GeneralState Get()
        {
            this.logger.LogDebug("GET api/v1/status");

            return(GeneralState.ConvertFromPoolState(this.poolControl.GetPoolControlInformation()));
        }
예제 #2
0
 public GeneralState GetStates()
 {
     return(GeneralState.ConvertFromPoolState(this.poolControl.GetPoolControlInformation()));
 }