Class AsynchronousProviderOperation<T>
As opposed to the
Inherited Members
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 |