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>

適用対象