ResetQueue Method
Resets the queue of files to be transferred.
Syntax
[VB.NET] Public Sub ResetQueue()
[C#] public void ResetQueue();
Remarks
This method will remove all files from the transfer queue.
Calling this method will clear all files that were queued by QueueFile. Calling this method will not affect current transfers.
NOTE: This method has a corresponding asynchronous version (ResetQueueAsync) for use in the Xamarin environment.