RenderingSessionProperties Struct

Definition

Properties of a rendering session.

public value class RenderingSessionProperties
public struct RenderingSessionProperties
type RenderingSessionProperties = struct
Public Structure RenderingSessionProperties
Inheritance
RenderingSessionProperties

Remarks

This information can be queried through GetPropertiesAsync().

Fields

ArrInspectorPort

ArrInspector port.

ElapsedTimeInMinutes

How long the session has been active (in minutes).

HandshakePort

Session handshake port.

Hostname

The name of the host machine on which the session is running.

Id

A string holding a unique ID for the session.

MaxLeaseInMinutes

The currently set lease duration for the session, in minutes. If ElapsedTimeInMinutes reaches this value, the session will be shut down automatically.

Message

Session message.

Size

See RenderingSessionVmSize.

SizeString

String representation of the server size.

Status

See RenderingSessionStatus.

Applies to

See also