DisconnectAsync Method
Disconnect the specified client.
Syntax
[VB.NET] Public Function DisconnectAsync(ByVal ConnectionId As Integer) As IAsyncAction
[C#] public IAsyncAction DisconnectAsync(int connectionId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DisconnectAsync MethodDisconnect the specified client. Syntax[VB.NET] Public Function DisconnectAsync(ByVal ConnectionId As Integer) As IAsyncAction [C#] public IAsyncAction DisconnectAsync(int connectionId); RemarksThis method is the asynchronous version of the Disconnect method and is used to support asynchronous operations in WinRT. Please refer to Disconnect for more information. |
||