Method | Description | |
---|---|---|
DefaultRetryPolicy ( int maxDelayTime = 5*60*1000 ) : System |
Initialize the default retry policy with maxDelayTime = 5 minutes
|
|
Reset ( ) : void | ||
WaitForNextRetry ( System.Action retryingAction ) : void |
public DefaultRetryPolicy ( int maxDelayTime = 5*60*1000 ) : System | ||
maxDelayTime | int | |
return | System |
public WaitForNextRetry ( System.Action retryingAction ) : void | ||
retryingAction | System.Action | |
return | void |