Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LibiadaWeb
Controllers
TaskManagerWebApiController
C# Class LibiadaWeb.Controllers.TaskManagerWebApiController
Inheritance:
ApiController
Mostrar archivo
Open project: intervals-mining-lab/libiada-web
Public Methods
Method
Description
GetTaskData
(
int
id
) :
string
Gets the task data by id.
Method Details
GetTaskData()
public
method
Gets the task data by id.
/// Thrown if task is not complete. ///
public
GetTaskData
(
int
id
) :
string
id
int
/// The id. ///
return
string