PerceptionMonitor.SendSpatialSurfacesAsync 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.
Envoyer une nouvelle mise à jour des surfaces spatiales.
public:
virtual IAsyncAction ^ SendSpatialSurfacesAsync() = SendSpatialSurfacesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SendSpatialSurfacesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SendSpatialSurfacesAsync();
function sendSpatialSurfacesAsync()
Public Function SendSpatialSurfacesAsync () As IAsyncAction
Retours
Action asynchrone.
- Attributs
Remarques
L’appel de cette méthode déclenche un ou plusieurs événements DataReceived , suivis de l’achèvement de l’IAsyncAction que cette méthode retourne. Vous ne pouvez pas appeler la méthode SendSpatialSurfacesAsync tant que l’IAsyncAction de l’appel précédent n’est pas terminée.