docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RetryQueuedProgress

    Contains information about a RetryQueue event, when using ExecuteAsync<T>(RetriedOperation<T>, ShouldRetryChecker<T>, CancellationToken, IProgress<RetryQueuedProgress>) or its additional extensions.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    Syntax
    public readonly struct RetryQueuedProgress

    Constructors

    RetryQueuedProgress(int, TimeSpan)

    Creates a RetryQueuedProgress.

    Declaration
    public RetryQueuedProgress(int count, TimeSpan delay)
    Parameters
    Type Name Description
    int count

    The number of retries since the first attempt.

    TimeSpan delay

    The delay that will be awaited before next attempt.

    Properties

    DelayUntilNextTry

    The delay that will be awaited before next attempt.

    Declaration
    public TimeSpan DelayUntilNextTry { get; }
    Property Value
    Type Description
    TimeSpan

    RetryCount

    The number of retries since the first attempt.

    Declaration
    public int RetryCount { get; }
    Property Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)