AppServiceConnection.OpenAsync Method

Definition

Opens a connection to the endpoint for the app service.

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)

Returns

An asynchronous operation to open a connection to the endpoint for the app service.

Attributes

Applies to

See also