AppServiceConnection.OpenAsync Methode

Definition

Öffnet eine Verbindung mit dem Endpunkt für den App-Dienst.

public:
 virtual IAsyncOperation<AppServiceConnectionStatus> ^ OpenAsync() = OpenAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppServiceConnectionStatus> OpenAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppServiceConnectionStatus> OpenAsync();
function openAsync()
Public Function OpenAsync () As IAsyncOperation(Of AppServiceConnectionStatus)

Gibt zurück

Ein asynchroner Vorgang zum Öffnen einer Verbindung mit dem Endpunkt für den App-Dienst.

Attribute

Gilt für:

Weitere Informationen