NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync Méthode

Définition

Obtient de façon asynchrone une valeur indiquant si l’adaptateur Wi-Fi permet de configurer le point d’accès avec une bande de fréquence spécifique. Similaire à 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)

Paramètres

band
TetheringWiFiBand

Spécifie la bande de fréquence à interroger.

Retours

Objet d’opération asynchrone qui, une fois terminé, contient la valeur true si la bande de fréquence est prise en charge ; sinon, false.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
wiFiControl

S’applique à