RetryCallback


Description:

public delegate void RetryCallback (int attempt, string reason, int64 delayMillis)

Callback invoked before sleeping for the next retry attempt.

Parameters:

attempt

current attempt number (1-based).

reason

failure reason observed at this attempt.

delayMillis

delay before next attempt in milliseconds.


Namespace: Vala.Net
Package: Valacore