RemoteRenderingClient.GetCurrentConversionsAsync Method

Definition

Queries for all asset conversions of the last 30 days for the account associated with this client.

public:
 System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::ConversionPropertiesArrayResult ^> ^ GetCurrentConversionsAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.ConversionPropertiesArrayResult> GetCurrentConversionsAsync ();
member this.GetCurrentConversionsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.ConversionPropertiesArrayResult>
Public Function GetCurrentConversionsAsync () As Task(Of ConversionPropertiesArrayResult)

Returns

Remarks

Since the underlying call is a REST call, there should be sufficient delay (5-10s) between subsequent calls to avoid server throttling. In case of throttling, the function will fail and the HttpResponseCode reports code 429 ("too many requests").

Applies to