Ejemplo n.º 1
0
        public async Task <bool> SendTask(string newTask)
        {
            await _clientWebSocket.SendTask(newTask);

            _parseResult = true;
            return(true);
        }