docs.unity.cn
    Show / Hide Table of Contents

    Class SynchronousProviderOperation<T>

    Synchronous provider operations which immediately contain the results.

    Inheritance
    Object
    CustomYieldInstruction
    ProviderOperation<T>
    SynchronousProviderOperation<T>
    Inherited Members
    ProviderOperation<T>.completed
    ProviderOperation<T>.keepWaiting
    ProviderOperation<T>.isDone
    ProviderOperation<T>.reply
    ProviderOperation<T>.Complete(T)
    UnityEngine.CustomYieldInstruction.MoveNext()
    UnityEngine.CustomYieldInstruction.Reset()
    UnityEngine.CustomYieldInstruction.Current
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public class SynchronousProviderOperation<T> : ProviderOperation<T>, IEnumerator where T : ProviderReply
    Type Parameters
    Name Description
    T

    Constructors

    SynchronousProviderOperation(T)

    Initializes a new instance of the SynchronousProviderOperation<T> class.

    Declaration
    public SynchronousProviderOperation(T reply)
    Parameters
    Type Name Description
    T reply

    The reply.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021