CardFileContentResult - конструктор
Создаёт экземпляр класса с указанием значений его свойств.
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public CardFileContentResult(
CardGetFileContentResponse response,
Func<CancellationToken, ValueTask<Stream>>? getContentFuncAsync = null
)
Public Sub New (
response As CardGetFileContentResponse,
Optional getContentFuncAsync As Func(Of CancellationToken, ValueTask(Of Stream)) = Nothing
)
public:
CardFileContentResult(
CardGetFileContentResponse^ response,
Func<CancellationToken, ValueTask<Stream^>>^ getContentFuncAsync = nullptr
)
new :
response : CardGetFileContentResponse *
?getContentFuncAsync : Func<CancellationToken, ValueTask<Stream>>
(* Defaults:
let _getContentFuncAsync = defaultArg getContentFuncAsync null
*)
-> CardFileContentResult
Параметры
- response CardGetFileContentResponse
- Ответ на запрос на получение контента. Не может быть равен null.
- getContentFuncAsync FuncCancellationToken, ValueTaskStream (Optional)
-
Функция, возвращающая поток с данными контента. Может быть равна null, если контент недоступен.