NullWait<C> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |