RenderingSessionCreationOptions.MaxLeaseInMinutes Field

Definition

Specifies how long the rendering session should be active before it is shut down.

public: int MaxLeaseInMinutes;
public int MaxLeaseInMinutes;
val mutable MaxLeaseInMinutes : int
Public MaxLeaseInMinutes As Integer 

Field Value

Remarks

The lease time starts the moment that the rendering server has finished booting. From that point on, it will be active for the specified lease time, unless it is either manually shut down earlier, or the lease time is extended beyond the original request.

Applies to