docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AsyncNoResult

    Inheritance
    object
    AsyncNoResult
    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 AsyncNoResult : IAsyncResult, IDisposable

    Constructors

    AsyncNoResult(AsyncCallback)

    Declaration
    public AsyncNoResult(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

    Methods

    CheckForError()

    Declaration
    public void CheckForError()

    Dispose()

    Declaration
    public void Dispose()

    SetComplete()

    Declaration
    public void SetComplete()

    SetComplete(Exception)

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

    SetCompletedSynchronously()

    Declaration
    public void SetCompletedSynchronously()

    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)