NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync Metodo

Definizione

Ottiene in modo asincrono un valore che indica se l'adattatore Wi-Fi consente di configurare l'hotspot di tethering con una banda di frequenza specifica. Simile a 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)

Parametri

band
TetheringWiFiBand

Specifica la banda di frequenza per cui eseguire una query.

Restituisce

Oggetto operazione asincrona che, al termine, contiene il valore true se la banda di frequenza è supportata; in caso contrario, false.

Attributi

Requisiti Windows

Funzionalità dell'app
wiFiControl

Si applica a