Condividi tramite


RemoteRenderingClient.GetCurrentRenderingSessionsAsync Metodo

Definizione

Esegue query per tutte le sessioni di rendering esistenti per l'account associato a questo 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)

Restituisce

Commenti

Poiché la chiamata sottostante è una chiamata REST, dovrebbe esserci un ritardo sufficiente (5-10s) tra le chiamate successive per evitare la limitazione del server. In caso di limitazione, la funzione avrà esito negativo e HttpResponseCode segnala il codice 429 ("troppe richieste").

Si applica a