RenderingSession 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 properties of a remote rendering session.
public class RenderingSession
type RenderingSession = class
Public Class RenderingSession
- Inheritance
-
RenderingSession
Properties
ArrInspectorPort |
The TCP port at which the Azure Remote Rendering Inspector tool is hosted. |
CreatedOn |
The time when the rendering session was created. Date and time in ISO 8601 format. |
ElapsedTimeMinutes |
Amount of time in minutes the session is or was in the 'Ready' state. Time is rounded down to a full minute. |
Error |
The error object containing details about the rendering session startup failure. |
HandshakePort |
The TCP port used for the handshake when establishing a connection. |
Host |
The host where the rendering session is reachable. |
MaxLeaseTime |
The time the session will run after reaching the 'Ready' state. |
SessionId |
The id of the session supplied when the session was created. |
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. |
Status |
The status of the rendering session. Terminal states are 'Error', 'Expired', and 'Stopped'. |
Teraflops |
The computational power of the rendering session GPU measured in teraflops. |
Applies to
Azure SDK for .NET