Interrupt Method
Interrupts the current action.
Syntax
[VB.NET] Public Sub Interrupt()
[C#] public void Interrupt();
Remarks
This method interrupts the current action. If you use SendFile to upload a file, the component will run synchronously until the upload is completed. This method will allow you to stop the file from uploading without disconnecting from the host.
NOTE: This method has a corresponding asynchronous version (InterruptAsync) for use in the WinRT environment.