docs.unity3d.com
    Show / Hide Table of Contents

    Interface IRefreshableEntity

    This interface provides method to fetch values of the properties of the entity that implements the interface.

    Namespace: Unity.Cloud.Storage
    Syntax
    public interface IRefreshableEntity

    Methods

    RefreshPropertiesAsync(CancellationToken)

    Asynchronously requests to fetch values of properties of the entity.

    Declaration
    Task RefreshPropertiesAsync(CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    An optional cancellation token.

    Returns
    Type Description
    Task

    A task with no result.

    Examples
    Exceptions
    Type Condition
    HttpRequestException

    Thrown when the request fails to complete. See the returned StatusCode for more details.

    UnauthorizedException
    ConnectionException
    ForbiddenException
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023