Share via


Wait<C,T> Class

Definition

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

Type Parameters

C
T
Inheritance
Wait<C,T>
Attributes
Implements

Applies to