RemoteRenderingClient.GetCurrentRenderingSessionsAsync 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.
Requêtes pour toutes les sessions de rendu existantes pour le compte associé à ce client.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::RenderingSessionPropertiesArrayResult ^> ^ GetCurrentRenderingSessionsAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.RenderingSessionPropertiesArrayResult> GetCurrentRenderingSessionsAsync ();
member this.GetCurrentRenderingSessionsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.RenderingSessionPropertiesArrayResult>
Public Function GetCurrentRenderingSessionsAsync () As Task(Of RenderingSessionPropertiesArrayResult)
Retours
Remarques
Étant donné que l’appel sous-jacent est un appel REST, il doit y avoir un délai suffisant (de 5 à 10 s) entre les appels suivants pour éviter la limitation du serveur. En cas de limitation, la fonction échoue et httpResponseCode signale le code 429 (« trop de requêtes »).