NbFileBucketDownloadFileAsync Method |
ファイルのダウンロード
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public Task<NbFileBucketDownloadData> DownloadFileAsync(
string fileName
)
Public Function DownloadFileAsync (
fileName As String
) As Task(Of NbFileBucketDownloadData)
public:
Task<NbFileBucketDownloadData^>^ DownloadFileAsync(
String^ fileName
)
member DownloadFileAsync :
fileName : string -> Task<NbFileBucketDownloadData>
Parameters
- fileName
- Type: SystemString
ファイル名
Return Value
Type:
TaskNbFileBucketDownloadDataダウンロードデータ
Exceptions Version Information Core
Supported in: 1.0
See Also