'Declaration <System.Runtime.CompilerServices.AsyncStateMachineAttribute(KellermanSoftware.NetFtpLibrary.FTP/d__247)> <System.Diagnostics.DebuggerStepThroughAttribute()> Public Function DownloadDirectoryInParallelAsync( _ ByVal localDirectory As System.String, _ ByVal ftpDirectory As System.String _ ) As System.Threading.Tasks.Task(Of List(Of TransferInfo))
'Usage Dim instance As FTP Dim localDirectory As System.String Dim ftpDirectory As System.String Dim value As System.Threading.Tasks.Task(Of List(Of TransferInfo)) value = instance.DownloadDirectoryInParallelAsync(localDirectory, ftpDirectory)
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetFtpLibrary.FTP/d__247)] [System.Diagnostics.DebuggerStepThrough()] public System.Threading.Tasks.Task<List<TransferInfo>> DownloadDirectoryInParallelAsync( System.string localDirectory, System.string ftpDirectory )
public function DownloadDirectoryInParallelAsync( localDirectory: System.String; ftpDirectory: System.String ): System.Threading.Tasks.Task;
System.Runtime.CompilerServices.AsyncStateMachineAttribute(KellermanSoftware.NetFtpLibrary.FTP/d__247) System.Diagnostics.DebuggerStepThroughAttribute() public function DownloadDirectoryInParallelAsync( localDirectory : System.String, ftpDirectory : System.String ) : System.Threading.Tasks.Task;
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetFtpLibrary.FTP/d__247)] [System.Diagnostics.DebuggerStepThrough()] public: System.Threading.Tasks.Task<List<TransferInfo*>*>* DownloadDirectoryInParallelAsync( System.string* localDirectory, System.string* ftpDirectory )
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetFtpLibrary.FTP/d__247)] [System.Diagnostics.DebuggerStepThrough()] public: System.Threading.Tasks.Task<List<TransferInfo^>^>^ DownloadDirectoryInParallelAsync( System.String^ localDirectory, System.String^ ftpDirectory )
Parameters
- localDirectory
- The local path to put the directory
- ftpDirectory
- The FTP directory to download
Return Value
A list of files transferred