[VB.NET]
Public Function DisconnectAsync(ByVal ConnectionId As String)AsTask
[C#]
public Task DisconnectAsync(string connectionId);
Remarks
This 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.