FileControlHelperDownloadContentAsync - метод
Пространство имён: Tessa.UI.Files.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static Task<(List<string> , ValidationResult )> DownloadContentAsync(
ICollection<IFileObject> operationFiles,
IFileControl controlToResetPreview = null,
CancellationToken cancellationToken = default
)
Public Shared Function DownloadContentAsync (
operationFiles As ICollection(Of IFileObject),
Optional controlToResetPreview As IFileControl = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ( As List(Of String), As ValidationResult))
public:
static Task<ValueTuple<List<String^>^, ValidationResult^>>^ DownloadContentAsync(
ICollection<IFileObject^>^ operationFiles,
IFileControl^ controlToResetPreview = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
static member DownloadContentAsync :
operationFiles : ICollection<IFileObject> *
?controlToResetPreview : IFileControl *
?cancellationToken : CancellationToken
(* Defaults:
let _controlToResetPreview = defaultArg controlToResetPreview null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValueTuple<List<string>, ValidationResult>>
- operationFiles ICollectionIFileObject
-
- controlToResetPreview IFileControl (Optional)
-
- cancellationToken CancellationToken (Optional)
-
TaskValueTupleListString,
ValidationResult