docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AsyncResult<T>

    Inheritance
    object
    AsyncResult<T>
    Implements
    IAsyncResult
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public class AsyncResult<T> : IAsyncResult, IDisposable
    Type Parameters
    Name Description
    T

    Constructors

    AsyncResult(AsyncCallback)

    Declaration
    public AsyncResult(AsyncCallback callback)
    Parameters
    Type Name Description
    AsyncCallback callback

    Properties

    AsyncState

    Declaration
    public object AsyncState { get; set; }
    Property Value
    Type Description
    object

    AsyncWaitHandle

    Declaration
    public WaitHandle AsyncWaitHandle { get; }
    Property Value
    Type Description
    WaitHandle

    Callback

    Declaration
    public AsyncCallback Callback { get; set; }
    Property Value
    Type Description
    AsyncCallback

    CompletedSynchronously

    Declaration
    public bool CompletedSynchronously { get; set; }
    Property Value
    Type Description
    bool

    IsCompleted

    Declaration
    public bool IsCompleted { get; }
    Property Value
    Type Description
    bool

    Result

    Declaration
    public T Result { get; }
    Property Value
    Type Description
    T

    Methods

    Dispose()

    Declaration
    public void Dispose()

    SetComplete(Exception)

    Declaration
    public void SetComplete(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    SetComplete(T)

    Declaration
    public void SetComplete(T result)
    Parameters
    Type Name Description
    T result

    SetCompletedSynchronously(T)

    Declaration
    public void SetCompletedSynchronously(T result)
    Parameters
    Type Name Description
    T result

    Implements

    IAsyncResult
    IDisposable
    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)