RetryBehavior(Func<Exception,Boolean>) Constructor

Definition

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))

Parameters

transientErrorDetector
Func<Exception,Boolean>

Applies to