IAwaiter Interface |
Namespace: System.Linq
public interface IAwaiter : ICriticalNotifyCompletion, INotifyCompletion
The IAwaiter type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsCompleted |
Name | Description | |
---|---|---|
![]() | GetResult | |
![]() | OnCompleted | Schedules the continuation action that's invoked when the instance completes. (Inherited from INotifyCompletion.) |
![]() | UnsafeOnCompleted | Schedules the continuation action that's invoked when the instance completes. (Inherited from ICriticalNotifyCompletion.) |