MobileBroadbandDeviceServiceCommandSession.SendQueryCommandAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarre une opération asynchrone sur un service d’appareil haut débit mobile pour envoyer une commande de requête à la session de commandes.
public:
virtual IAsyncOperation<MobileBroadbandDeviceServiceCommandResult ^> ^ SendQueryCommandAsync(unsigned int commandId, IBuffer ^ data) = SendQueryCommandAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandDeviceServiceCommandResult> SendQueryCommandAsync(uint32_t const& commandId, IBuffer const& data);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandDeviceServiceCommandResult> SendQueryCommandAsync(uint commandId, IBuffer data);
function sendQueryCommandAsync(commandId, data)
Public Function SendQueryCommandAsync (commandId As UInteger, data As IBuffer) As IAsyncOperation(Of MobileBroadbandDeviceServiceCommandResult)
Paramètres
- commandId
-
UInt32
unsigned int
uint32_t
Identificateur de commande pour la commande de requête à exécuter.
- data
- IBuffer
Données à envoyer dans le cadre de la commande.
Retours
Opération asynchrone qui retourne le résultat de la commande.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
|