次の方法で共有


AwaitableAttachment クラス

定義

[System.Serializable]
public class AwaitableAttachment : Microsoft.Bot.Builder.Dialogs.IAwaitable<System.IO.Stream>, Microsoft.Bot.Builder.Internals.Fibers.IAwaiter<System.IO.Stream>, System.Runtime.CompilerServices.INotifyCompletion, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type AwaitableAttachment = class
    interface IAwaitable<Stream>
    interface IAwaiter<Stream>
    interface INotifyCompletion
    interface ISerializable
Public Class AwaitableAttachment
Implements IAwaitable(Of Stream), IAwaiter(Of Stream), INotifyCompletion, ISerializable
継承
AwaitableAttachment
属性
実装

コンストラクター

AwaitableAttachment(Attachment)
AwaitableAttachment(SerializationInfo, StreamingContext)

プロパティ

Attachment
IsCompleted

メソッド

GetAwaiter()
GetObjectData(SerializationInfo, StreamingContext)
GetResult()
OnCompleted(Action)
ProvideHelp<T>(IField<T>)
ResolveFromSourceAsync(Attachment)
ValidateAsync<T>(IField<T>, T)

拡張メソッド

ToTask<T>(IAwaitable<T>)

適用対象