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>)

적용 대상