CloverWindowsSDKREST.CloverRESTService.CloverRESTService C# (CSharp) Method

CloverRESTService() public method

public CloverRESTService ( ) : System
return System
        public CloverRESTService()
        {
            this.ServiceName = SERVICE_NAME;
            this.CanStop = true;
            this.CanPauseAndContinue = false;
            this.CanShutdown = true;
            this.AutoLog = true;
        }