QueueFileAsync Method
Adds a file to the transfer queue.
Syntax
[VB.NET] Public Function QueueFileAsync(ByVal LocalFile As String, ByVal RemoteFile As String) As IAsyncAction
[C#] public IAsyncAction QueueFileAsync(string localFile, string remoteFile);