RenderingSessionOptions Class
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.
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. |