IAwaiter<T> インターフェース
非同期操作を待機しその実行結果を提供します。
継承されたメンバー
System.Runtime.CompilerServices.INotifyCompletion.OnCompleted(System.Action)
名前空間: ExapisSOP.Utils
アセンブリ: ExapisSOP.dll
構文
public interface IAwaiter<out T> : INotifyCompletion
型引数
| 名前 | 説明 |
|---|---|
| T | 戻り値の種類です。 |
プロパティ 一覧
| 名前 | 説明 |
|---|---|
| IsCompleted | 実行が完了したかどうか示す値を取得します。 |
メソッド 一覧
| 名前 | 説明 |
|---|---|
| GetResult() | 実行が完了するまで待機し、戻り値を取得します。 |