RenderingSessionOptions(TimeSpan, RenderingServerSize) Constructor
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.
Initializes a new instance of RenderingSessionOptions.
public RenderingSessionOptions (TimeSpan maxLeaseTime, Azure.MixedReality.RemoteRendering.RenderingServerSize size);
new Azure.MixedReality.RemoteRendering.RenderingSessionOptions : TimeSpan * Azure.MixedReality.RemoteRendering.RenderingServerSize -> Azure.MixedReality.RemoteRendering.RenderingSessionOptions
Public Sub New (maxLeaseTime As TimeSpan, size As RenderingServerSize)
Parameters
- maxLeaseTime
- TimeSpan
The time the session will run after reaching the 'Ready' state. The provided values will be rounded to the nearest minute.
- size
- RenderingServerSize
Size of the server used for the rendering session. Remote Rendering with Standard size server has a maximum scene size of 20 million polygons. Remote Rendering with Premium size does not enforce a hard maximum, but performance may be degraded if your content exceeds the rendering capabilities of the service.