共用方式為


AwaitableFromItem<T> 類別

定義

從傳遞至建構函式的專案建立 IAwaitable<T>

public sealed class AwaitableFromItem<T> : Microsoft.Bot.Builder.Dialogs.IAwaitable<T>, Microsoft.Bot.Builder.Internals.Fibers.IAwaiter<T>, System.Runtime.CompilerServices.INotifyCompletion
type AwaitableFromItem<'T> = class
    interface IAwaitable<'T>
    interface IAwaiter<'T>
    interface INotifyCompletion
Public NotInheritable Class AwaitableFromItem(Of T)
Implements IAwaitable(Of T), IAwaiter(Of T), INotifyCompletion

類型參數

T

項目的型別。

繼承
AwaitableFromItem<T>
實作

建構函式

AwaitableFromItem<T>(T)

從傳遞至建構函式的專案建立 IAwaitable<T>

明確介面實作

IAwaitable<T>.GetAwaiter()

從傳遞至建構函式的專案建立 IAwaitable<T>

IAwaiter<T>.GetResult()

從傳遞至建構函式的專案建立 IAwaitable<T>

IAwaiter<T>.IsCompleted

從傳遞至建構函式的專案建立 IAwaitable<T>

INotifyCompletion.OnCompleted(Action)

從傳遞至建構函式的專案建立 IAwaitable<T>

擴充方法

ToTask<T>(IAwaitable<T>)

從傳遞至建構函式的專案建立 IAwaitable<T>

適用於