'Declaration <System.Runtime.CompilerServices.AsyncStateMachineAttribute(KellermanSoftware.NetSFtpLibrary.SFTP/d__222)> <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 SFTP 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.NetSFtpLibrary.SFTP/d__222)] [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.NetSFtpLibrary.SFTP/d__222) System.Diagnostics.DebuggerStepThroughAttribute() public function UploadFilesInParallelAsync( files : System.Collections.Generic.Dictionary ) : System.Threading.Tasks.Task;
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetSFtpLibrary.SFTP/d__222)] [System.Diagnostics.DebuggerStepThrough()] public: System.Threading.Tasks.Task* UploadFilesInParallelAsync( System.Collections.Generic.Dictionary<string*,string*>* files )
[System.Runtime.CompilerServices.AsyncStateMachine(KellermanSoftware.NetSFtpLibrary.SFTP/d__222)] [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 sftp file path