RenderingSessionCreationOptions Struct
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.
Parameters for creating a rendering session.
public value class RenderingSessionCreationOptions
public struct RenderingSessionCreationOptions
type RenderingSessionCreationOptions = struct
Public Structure RenderingSessionCreationOptions
- Inheritance
-
RenderingSessionCreationOptions
Constructors
RenderingSessionCreationOptions(RenderingSessionVmSize, Int32, Int32) | |
RenderingSessionCreationOptions(String, RenderingSessionVmSize, Int32, Int32) |
Fields
MaxLeaseInMinutes |
Specifies how long the rendering session should be active before it is shut down. |
SessionId |
A new unique ID of a session. Can be left empty to assign a random GUID. If specified, the string must not be longer than 256 characters. Furthermore, only letters, digits and characters '-' and '_' are allowed. |
Size |
On what type of server to create the rendering session. |