ClientControllerGetAllOperationAsync - метод |
Пространство имён:
Tessa.Web.Client.Controllers
Сборка:
Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.5.0.19
Синтаксис [HttpPostAttribute("operations/getAll")]
[SessionMethodAttribute(UserAccessLevel.Regular)]
public Task<ActionResult> GetAllOperationAsync(
void typeID,
string loadEverything = false,
Guid? cancellationToken = null
)
<HttpPostAttribute("operations/getAll")>
<SessionMethodAttribute(UserAccessLevel.Regular)>
Public Function GetAllOperationAsync (
typeID As Void,
Optional loadEverything As String = false,
Optional cancellationToken As Guid? = Nothing
) As Task(Of ActionResult)
public:
[HttpPostAttribute(L"operations/getAll")]
[SessionMethodAttribute(UserAccessLevel::Regular)]
Task<ActionResult^>^ GetAllOperationAsync(
void typeID,
String^ loadEverything = false,
Nullable<Guid> cancellationToken = nullptr
)
[<HttpPostAttribute("operations/getAll")>]
[<SessionMethodAttribute(UserAccessLevel.Regular)>]
member GetAllOperationAsync :
typeID : unit *
?loadEverything : string *
?cancellationToken : Nullable<Guid>
(* Defaults:
let _loadEverything = defaultArg loadEverything false
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<ActionResult>
Параметры
- typeID
- Тип: SystemVoid
- loadEverything (Optional)
- Тип: SystemString
- cancellationToken (Optional)
- Тип: SystemNullableGuid
Возвращаемое значение
Тип:
TaskActionResultTValueСм. также