UpdateSessionOptions(TimeSpan) Constructor
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.
Options requesting that the lease time should be set to the given value (which is rounded to minutes).
public UpdateSessionOptions (TimeSpan maxLeaseTime);
new Azure.MixedReality.RemoteRendering.UpdateSessionOptions : TimeSpan -> Azure.MixedReality.RemoteRendering.UpdateSessionOptions
Public Sub New (maxLeaseTime As TimeSpan)
Parameters
- maxLeaseTime
- TimeSpan
Update to the time the session will run after it reached the 'Ready' state. It has to be bigger than the current value.