[VB.NET]
Public Function AbortConnectionAsync(ByVal ErrorMessage As String)AsTask
[C#]
public Task AbortConnectionAsync(string errorMessage);
Remarks
This method is the asynchronous version of the AbortConnection method and is used to support asynchronous operations in WinRT. Please refer to AbortConnection for more information.