Share via


NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync Method

Definition

Asynchronously gets a value indicating whether the Wi-Fi adapter allows configuring the tethering hotspot with a specific frequency band. Similar to NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync.

public:
 virtual IAsyncOperation<bool> ^ IsBandSupportedAsync(TetheringWiFiBand band) = IsBandSupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsBandSupportedAsync(TetheringWiFiBand const& band);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsBandSupportedAsync(TetheringWiFiBand band);
function isBandSupportedAsync(band)
Public Function IsBandSupportedAsync (band As TetheringWiFiBand) As IAsyncOperation(Of Boolean)

Parameters

band
TetheringWiFiBand

Specifies the frequency band to query for.

Returns

An asynchronous operation object which, when it completes, contains the value true if the frequency band is supported; otherwise, false.

Attributes

Windows requirements

App capabilities
wiFiControl

Applies to