你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateSessionOptions(TimeSpan) 构造函数

定义

请求将租用时间设置为给定值的选项 () 舍入为分钟。

public UpdateSessionOptions (TimeSpan maxLeaseTime);
new Azure.MixedReality.RemoteRendering.UpdateSessionOptions : TimeSpan -> Azure.MixedReality.RemoteRendering.UpdateSessionOptions
Public Sub New (maxLeaseTime As TimeSpan)

参数

maxLeaseTime
TimeSpan

更新到会话达到“就绪”状态后运行的时间。 它必须大于当前值。

适用于