RenderingSessionOptions Class

Definition

The Options requested when starting a session.

public class RenderingSessionOptions
type RenderingSessionOptions = class
Public Class RenderingSessionOptions
Inheritance
RenderingSessionOptions

Constructors

RenderingSessionOptions(TimeSpan, RenderingServerSize)

Initializes a new instance of RenderingSessionOptions.

Properties

MaxLeaseTime

The time the session will run after reaching the 'Ready' state.

Size

The size of the server used for the rendering session. The size impacts the number of polygons the server can render. Refer to https://docs.microsoft.com/azure/remote-rendering/reference/vm-sizes for details.

Applies to