Class RTCAsyncOperation
Inheritance
System.Object
RTCAsyncOperation
Syntax
public class RTCAsyncOperation : CustomYieldInstruction
Properties
error
Declaration
public RTCError error { get; }
Property Value
isDone
Declaration
public bool isDone { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
isError
Declaration
public bool isError { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Done()
Declaration