Class AsyncOperationBase
Inheritance
AsyncOperationBase
Inherited Members
CustomYieldInstruction.MoveNext()
CustomYieldInstruction.Reset()
CustomYieldInstruction.Current
Assembly: Unity.WebRTC.dll
Syntax
public class AsyncOperationBase : CustomYieldInstruction, IEnumerator
Properties
Error
Declaration
public RTCError Error { get; }
Property Value
IsDone
Declaration
public bool IsDone { get; }
Property Value
IsError
Declaration
public bool IsError { get; }
Property Value
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
Overrides
Implements