ViewsBinaryControllerPostGetData - метод

Query the view and get its results. Legacy .NET client app is to be used to deserialize the results. View has to be accessible for current user.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpPostAttribute("GetData")]
[SessionMethodAttribute(UserAccessLevel.Regular)]
public Task<byte[]?> PostGetData(
	[FromBodyAttribute] ITessaViewRequest request,
	CancellationToken cancellationToken = default
)

Параметры

request  ITessaViewRequest
Request to query the view.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

TaskByte
Serialized results of querying the view.

См. также