docs.unity3d.com
    Show / Hide Table of Contents

    Class TusOperation<T>

    Represents an operation against a Tus enabled server. TusOperation<T> supports progress reports.

    Inheritance
    Object
    TusOperation<T>
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public class TusOperation<T> : object
    Type Parameters
    Name Description
    T

    The type of the operation result.

    Properties

    Operation

    Get the asynchronous operation to be performed. This will initiate the operation.

    Declaration
    public Task<T> Operation { get; }
    Property Value
    Type Description
    Task<T>

    Methods

    GetAwaiter()

    Gets an awaiter used to initiate and await the operation.

    Declaration
    public TaskAwaiter<T> GetAwaiter()
    Returns
    Type Description
    TaskAwaiter<T>

    The of the underlying .

    Events

    Progressed

    Occurs when progress sending the request is made.

    Declaration
    public event ProgressDelegate Progressed
    Event Type
    Type Description
    ProgressDelegate
    Back to top
    Terms of use
    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