RemoteRenderingClient.GetSessionsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a list of all rendering sessions.
public virtual Azure.AsyncPageable<Azure.MixedReality.RemoteRendering.RenderingSession> GetSessionsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSessionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.MixedReality.RemoteRendering.RenderingSession>
override this.GetSessionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.MixedReality.RemoteRendering.RenderingSession>
Public Overridable Function GetSessionsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RenderingSession)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.