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

RetryBehavior(Func<Exception,Boolean>) 构造函数

定义

public RetryBehavior (Func<Exception,bool> transientErrorDetector);
new Microsoft.Azure.SqlDatabase.ElasticScale.RetryBehavior : Func<Exception, bool> -> Microsoft.Azure.SqlDatabase.ElasticScale.RetryBehavior
Public Sub New (transientErrorDetector As Func(Of Exception, Boolean))

参数

transientErrorDetector
Func<Exception,Boolean>

适用于