OpenConnectionAsync Method
Opens a connection to the SAP system.
Syntax
[VB.NET]
Public Function OpenConnectionAsync() As Task
[C#]
public Task OpenConnectionAsync();
Remarks
This method is the asynchronous version of the
OpenConnection method and is used to support asynchronous operations in WinRT. Please refer to
OpenConnection for more information.