NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
|