InterruptAsync Method
Interrupts a synchronous send to the remote host.
Syntax
[VB.NET] Public Function InterruptAsync(ByVal ConnectionId As String) As Task
[C#] public Task InterruptAsync(string connectionId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
InterruptAsync MethodInterrupts a synchronous send to the remote host. Syntax[VB.NET] Public Function InterruptAsync(ByVal ConnectionId As String) As Task [C#] public Task InterruptAsync(string connectionId); RemarksThis method is the asynchronous version of the Interrupt method and is used to support asynchronous operations in WinRT. Please refer to Interrupt for more information. |
||