SwitchToThreadPoolAwaitable.Awaiter Struct
Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
System.Runtime.CompilerServices.ICriticalNotifyCompletion
System.Runtime.CompilerServices.INotifyCompletion
Members
Properties
| Name | Description |
|---|---|
| IsCompleted |
Methods
| Name | Description |
|---|---|
| GetResult() | |
| OnCompleted(Action) | |
| UnsafeOnCompleted(Action) |
Properties
IsCompleted
public bool IsCompleted { get; }
Property Value
- System.Boolean
Methods
GetResult()
public void GetResult()
OnCompleted(Action)
public void OnCompleted(Action continuation)
Parameters
continuationSystem.Action
UnsafeOnCompleted(Action)
public void UnsafeOnCompleted(Action continuation)
Parameters
continuationSystem.Action
Implements
System.Runtime.CompilerServices.ICriticalNotifyCompletion
System.Runtime.CompilerServices.INotifyCompletion