Freigeben über


WiFiDirectService.GetProvisioningInfoAsync Methode

Definition

Ruft asynchron Wi-Fi Informationen zur Bereitstellung von Direct Service-Sitzungen ab.

public:
 virtual IAsyncOperation<WiFiDirectServiceProvisioningInfo ^> ^ GetProvisioningInfoAsync(WiFiDirectServiceConfigurationMethod selectedConfigurationMethod) = GetProvisioningInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WiFiDirectServiceProvisioningInfo> GetProvisioningInfoAsync(WiFiDirectServiceConfigurationMethod const& selectedConfigurationMethod);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WiFiDirectServiceProvisioningInfo> GetProvisioningInfoAsync(WiFiDirectServiceConfigurationMethod selectedConfigurationMethod);
function getProvisioningInfoAsync(selectedConfigurationMethod)
Public Function GetProvisioningInfoAsync (selectedConfigurationMethod As WiFiDirectServiceConfigurationMethod) As IAsyncOperation(Of WiFiDirectServiceProvisioningInfo)

Parameter

selectedConfigurationMethod
WiFiDirectServiceConfigurationMethod

Die bevorzugte Methode zum Konfigurieren der Sitzung.

Gibt zurück

Ein asynchroner Abrufvorgang. Nach erfolgreichem Abschluss werden Bereitstellungsinformationen zurückgegeben.

Attribute

Gilt für: