RemoteRenderingClient.GetConversionsAync(CancellationToken) Method

Definition

Gets a list of all conversions.

public virtual Azure.AsyncPageable<Azure.MixedReality.RemoteRendering.AssetConversion> GetConversionsAync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConversionsAync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.MixedReality.RemoteRendering.AssetConversion>
override this.GetConversionsAync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.MixedReality.RemoteRendering.AssetConversion>
Public Overridable Function GetConversionsAync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AssetConversion)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to