共用方式為


IAwaiter<T> 介面

定義

public interface IAwaiter<out T> : System.Runtime.CompilerServices.INotifyCompletion
type IAwaiter<'T> = interface
    interface INotifyCompletion
Public Interface IAwaiter(Of Out T)
Implements INotifyCompletion

類型參數

T
這是共變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較高的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
衍生
實作

屬性

IsCompleted

方法

GetResult()

適用於