Udostępnij za pośrednictwem


Wait<C,T> Klasa

Definicja

[System.Serializable]
public sealed class Wait<C,T> : ICloneable, IEquatable<Microsoft.Bot.Builder.Internals.Fibers.Wait<C,T>>, Microsoft.Bot.Builder.Dialogs.IAwaitable<T>, Microsoft.Bot.Builder.Internals.Fibers.IAwaiter<T>, Microsoft.Bot.Builder.Internals.Fibers.IItem<T>, Microsoft.Bot.Builder.Internals.Fibers.IPost<T>, Microsoft.Bot.Builder.Internals.Fibers.IWait<C,T>, Microsoft.Bot.Builder.Internals.Fibers.IWait<C>, System.Runtime.CompilerServices.INotifyCompletion, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type Wait<'C, 'T> = class
    interface IItem<'T>
    interface IAwaitable<'T>
    interface IWait<'C, 'T>
    interface IWait<'C>
    interface IWait
    interface ICloneable
    interface IPost<'T>
    interface IAwaiter<'T>
    interface INotifyCompletion
    interface IEquatable<Wait<'C, 'T>>
    interface ISerializable
Public NotInheritable Class Wait(Of C, T)
Implements IAwaitable(Of T), IAwaiter(Of T), ICloneable, IEquatable(Of Wait(Of C, T)), IItem(Of T), INotifyCompletion, IPost(Of T), ISerializable, IWait(Of C), IWait(Of C, T)

Parametry typu

C
T
Dziedziczenie
Wait<C,T>
Atrybuty
Implementuje

Konstruktory

Wait<C,T>()

Metody

Equals(Object)
GetHashCode()
ToString()

Jawne implementacje interfejsu

IAwaitable<T>.GetAwaiter()
IAwaiter<T>.GetResult()
IAwaiter<T>.IsCompleted
ICloneable.Clone()
IEquatable<Wait<C,T>>.Equals(Wait<C,T>)
INotifyCompletion.OnCompleted(Action)
IPost<T>.Post(T)
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
IWait.Fail(Exception)
IWait.ItemType
IWait.Need
IWait.NeedType
IWait.Post<D>(D)
IWait.Rest
IWait<C,T>.Wait(Rest<C,T>)
IWait<C>.PollAsync(IFiber<C>, C, CancellationToken)

Metody rozszerzania

CloneTyped<C>(IWait<C>)
ToTask<T>(IAwaitable<T>)
ValidateNeed(IWait, Need)

Dotyczy