次の方法で共有


ShouldRetryHandler 代理人

定義

public delegate Microsoft.Rest.TransientFaultHandling.RetryCondition ShouldRetryHandler(int retryCount, Exception lastException);
type ShouldRetryHandler = delegate of int * Exception -> RetryCondition
Public Delegate Function ShouldRetryHandler(retryCount As Integer, lastException As Exception) As RetryCondition 

パラメーター

retryCount
Int32
lastException
Exception

戻り値

適用対象