Share via


RenderingSessionUpdateOptions.MaxLeaseInMinutes Field

Definition

The new lease time to use for the rendering session.

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

Field Value

Remarks

This replaces any previously set lease time. To extend the lease, pass in a larger value than before. You can also shorten the previously requested lease time by passing in a smaller value.

Applies to