NullWait<C> Class

Definition

Null object pattern implementation of wait interface.

public sealed class NullWait<C> : ICloneable, Microsoft.Bot.Builder.Internals.Fibers.IWait<C>
type NullWait<'C> = class
    interface IWait<'C>
    interface IWait
    interface ICloneable
Public NotInheritable Class NullWait(Of C)
Implements ICloneable, IWait(Of C)

Type Parameters

C
Inheritance
NullWait<C>
Implements

Fields

Instance

Explicit Interface Implementations

ICloneable.Clone()
IWait.Fail(Exception)
IWait.ItemType
IWait.Need
IWait.NeedType
IWait.Post<T>(T)
IWait.Rest
IWait<C>.PollAsync(IFiber<C>, C, CancellationToken)

Extension Methods

CloneTyped<C>(IWait<C>)
ValidateNeed(IWait, Need)

Applies to