Partager via


MobileBroadbandSlotManager.SetCurrentSlotAsync(Int32) Méthode

Définition

Bascule de manière asynchrone vers l’emplacement spécifié par l’index d’emplacement de base 0.

Notes

Cette fonctionnalité n’est disponible que pour les applications d’opérateur mobile et les applications UWP disposant d’un accès privilégié par les opérateurs de réseau mobile.

Si vous souhaitez utiliser cette API et publier votre application dans le Microsoft Store, vous aurez besoin d’une approbation spéciale. Pour plus d’informations, consultez la section Fonctionnalités restreintes dans la rubrique Déclarations de fonctionnalités d’application .

public:
 virtual IAsyncOperation<MobileBroadbandModemStatus> ^ SetCurrentSlotAsync(int slotIndex) = SetCurrentSlotAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandModemStatus> SetCurrentSlotAsync(int const& slotIndex);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandModemStatus> SetCurrentSlotAsync(int slotIndex);
function setCurrentSlotAsync(slotIndex)
Public Function SetCurrentSlotAsync (slotIndex As Integer) As IAsyncOperation(Of MobileBroadbandModemStatus)

Paramètres

slotIndex
Int32

int

Index d’emplacement de base 0 vers laquelle basculer.

Retours

Opération asynchrone. Une fois l’exécution réussie, l’emplacement spécifié a été basculé vers.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
cellularDeviceControl cellularDeviceIdentity

S’applique à