ConfiguredTaskAwaitable.ConfiguredTaskAwaiter 結構

定義

提供 awaitable (ConfiguredTaskAwaitable) 物件的 awaiter。

public: value class ConfiguredTaskAwaitable::ConfiguredTaskAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
public struct ConfiguredTaskAwaitable.ConfiguredTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
public readonly struct ConfiguredTaskAwaitable.ConfiguredTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
type ConfiguredTaskAwaitable.ConfiguredTaskAwaiter = struct
    interface ICriticalNotifyCompletion
    interface INotifyCompletion
Public Structure ConfiguredTaskAwaitable.ConfiguredTaskAwaiter
Implements ICriticalNotifyCompletion
繼承
ConfiguredTaskAwaitable.ConfiguredTaskAwaiter
實作

備註

這個型別僅供編譯器使用。請勿直接在您的程式碼中使用。

屬性

IsCompleted

取得值,指出等候的工作是否已完成。

方法

GetResult()

結束等候已完成的工作。

OnCompleted(Action)

排程此 awaiter 相關工作的接續動作。

UnsafeOnCompleted(Action)

排程此 awaiter 相關工作的接續動作。

適用於