AppServiceConnection.OpenAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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