EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method RetryWithBackOff

    RetryWithBackOff<T>(IObservable<T>, Func<Exception, int, TimeSpan?>)

    Declaration
    public static IObservable<T> RetryWithBackOff<T>(this IObservable<T> observable, Func<Exception, int, TimeSpan?> strategy)
    Parameters
    Type Name Description
    IObservable<T> observable
    Func<Exception, int, TimeSpan?> strategy
    Returns
    Type Description
    IObservable<T>
    Type Parameters
    Name Description
    T
    © Xab3r. All rights reserved.