docs.unity3d.com
    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 © 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