ResetQueueAsync Method
Resets the queue of files to be transferred.
Syntax
[VB.NET] Public Function ResetQueueAsync() As IAsyncAction
[C#] public IAsyncAction ResetQueueAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResetQueueAsync MethodResets the queue of files to be transferred. Syntax[VB.NET] Public Function ResetQueueAsync() As IAsyncAction [C#] public IAsyncAction ResetQueueAsync(); RemarksThis method is the asynchronous version of the ResetQueue method and is used to support asynchronous operations in WinRT. Please refer to ResetQueue for more information. |
||