Aracılığıyla paylaş


RemoteRenderingClient.GetCurrentRenderingSessionsAsync Yöntem

Tanım

Bu istemciyle ilişkilendirilmiş hesap için tüm mevcut işleme oturumları için sorgular.

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)

Döndürülenler

Açıklamalar

Temel alınan çağrı bir REST çağrısı olduğundan, sunucu azaltmasını önlemek için sonraki çağrılar arasında yeterli gecikme (5-10s) olmalıdır. Azaltma durumunda işlev başarısız olur ve HttpResponseCode 429 kodunu ("çok fazla istek") bildirir.

Şunlara uygulanır