Share via


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

Applies to