'Declaration <System.Runtime.CompilerServices.AsyncStateMachineAttribute(KellermanSoftware.NetFtpLibrary.FTP/d__242)> <System.Diagnostics.DebuggerStepThroughAttribute()> Public Function UploadFilesInParallelAsync( _ ByVal files As System.Collections.Generic.Dictionary(Of String,String) _ ) As System.Threading.Tasks.Task
'Usage Dim instance As FTP Dim files As System.Collections.Generic.Dictionary(Of String,String) Dim value As System.Threading.Tasks.Task value = instance.UploadFilesInParallelAsync(files)
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetFtpLibrary.FTP/d__242)] [System.Diagnostics.DebuggerStepThrough()] public System.Threading.Tasks.Task UploadFilesInParallelAsync( System.Collections.Generic.Dictionary<string,string> files )
public function UploadFilesInParallelAsync( files: System.Collections.Generic.Dictionary ): System.Threading.Tasks.Task;
System.Runtime.CompilerServices.AsyncStateMachineAttribute(KellermanSoftware.NetFtpLibrary.FTP/d__242) System.Diagnostics.DebuggerStepThroughAttribute() public function UploadFilesInParallelAsync( files : System.Collections.Generic.Dictionary ) : System.Threading.Tasks.Task;
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetFtpLibrary.FTP/d__242)] [System.Diagnostics.DebuggerStepThrough()] public: System.Threading.Tasks.Task* UploadFilesInParallelAsync( System.Collections.Generic.Dictionary<string*,string*>* files )
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetFtpLibrary.FTP/d__242)] [System.Diagnostics.DebuggerStepThrough()] public: System.Threading.Tasks.Task^ UploadFilesInParallelAsync( System.Collections.Generic.Dictionary<String^,String^>^ files )
Parameters
- files
- The key of the dictionary is the local file path and the value is the ftp file path