RetryResultFunc


Description:

public delegate T RetryResultFunc<T> ()

Callback invoked by retry loop and interpreted as nullable result.

Return a non-null value to stop retrying and use it as final result.


Namespace: Vala.Net
Package: Valacore