NetworkOperatorTetheringManager.DisableNoConnectionsTimeoutAsync 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.
Asynchronously disables the NoConnections timeout.
public:
static IAsyncAction ^ DisableNoConnectionsTimeoutAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction DisableNoConnectionsTimeoutAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction DisableNoConnectionsTimeoutAsync();
function disableNoConnectionsTimeoutAsync()
Public Shared Function DisableNoConnectionsTimeoutAsync () As IAsyncAction
Returns
An asynchronous object, which you can await.
- Attributes
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|
App capabilities |
wiFiControl
|