RenderingSessionUpdateOptions.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.
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.