RenderingSessionCreationOptions.MaxLeaseInMinutes Field
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.
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.