RetryOnFunc


Description:

public delegate bool RetryOnFunc (string reason)

Predicate used to decide whether retry should continue.

Parameters:

reason

textual failure reason captured by Retry.

Returns:

true to continue retrying, false to stop immediately.


Namespace: Vala.Net
Package: Valacore