NonRetryingExecutionStrategy.RetriesOnFailure 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
始终返回 false,因为 NonRetryingExecutionStrategy 不执行重试。
public bool RetriesOnFailure { get; }
member this.RetriesOnFailure : bool
Public ReadOnly Property RetriesOnFailure As Boolean
属性值
实现
注解
有关详细信息和示例,请参阅 连接复原能力和数据库重试 。