Compartir a través de


AwaitableAttachment Clase

Definición

[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
Herencia
AwaitableAttachment
Atributos
Implementaciones

Constructores

AwaitableAttachment(Attachment)
AwaitableAttachment(SerializationInfo, StreamingContext)

Propiedades

Attachment
IsCompleted

Métodos

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

Métodos de extensión

ToTask<T>(IAwaitable<T>)

Se aplica a