Entity.QueryLocalBoundsAsync 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.
Interroge le cadre englobant d’espace local à partir du serveur.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::Bounds> ^ QueryLocalBoundsAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Bounds> QueryLocalBoundsAsync ();
member this.QueryLocalBoundsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Bounds>
Public Function QueryLocalBoundsAsync () As Task(Of Bounds)
Retours
Remarques
QueryLocalBoundsAsync est un appel asynchrone. Le calcul des limites est effectué sur le serveur et retourné lorsqu’il est disponible.
* Une NoConnection erreur se produit qu’aucune connexion n’a été trouvée.