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

StatelessServiceUpdateDescription.InstanceRestartWaitDuration 属性

定义

获取或设置 Service Fabric 等待无状态实例启动的持续时间。 如果在此持续时间内未出现 intance,Service Fabric 将创建新的替换实例。

public TimeSpan? InstanceRestartWaitDuration { get; set; }
member this.InstanceRestartWaitDuration : Nullable<TimeSpan> with get, set
Public Property InstanceRestartWaitDuration As Nullable(Of TimeSpan)

属性值

实例重启等待持续时间。

注解

请参见InstanceRestartWaitDuration

适用于