docs.unity3d.com
    Show / Hide Table of Contents

    Class AsynchronousProviderOperation<T>

    As opposed to the , which completes automatically, this class exposes a method that must be used when the caller has received the operation reply and is ready to set the operation as complete.

    Inheritance
    Object
    CustomYieldInstruction
    ProviderOperation<T>
    AsynchronousProviderOperation<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: Unity.Industrial.Forma.Core
    Syntax
    public class AsynchronousProviderOperation<T> : ProviderOperation<T>, IEnumerator where T : ProviderReply
    Type Parameters
    Name Description
    T

    Derives from ProviderReply abstract class

    Methods

    RaiseOperationCompleted(T)

    Must be called to complete the ProviderOperation<T> once the operation reply has been received.

    Declaration
    public void RaiseOperationCompleted(T operationReply)
    Parameters
    Type Name Description
    T operationReply

    The operation reply

    Back to top
    Terms of use
    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