docs.unity3d.com
Search Results for

    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>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class TusOperation<T>
    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 TaskAwaiter<TResult> of the underlying Task<TResult>.

    Events

    Progressed

    Occurs when progress sending the request is made.

    Declaration
    public event ProgressDelegate Progressed
    Event Type
    Type Description
    ProgressDelegate
    In This Article
    Back to top
    Copyright © 2025 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)