Share via


IWait<C> Interface

Definition

public interface IWait<C> : ICloneable, Microsoft.Bot.Builder.Internals.Fibers.IWait
type IWait<'C> = interface
    interface IWait
    interface ICloneable
Public Interface IWait(Of C)
Implements ICloneable, IWait

Type Parameters

C
Derived
Implements

Properties

ItemType

The type of the item parameter for the rest delegate.

(Inherited from IWait)
Need

The stage of the wait.

(Inherited from IWait)
NeedType

The static type of the wait item.

(Inherited from IWait)
Rest

The rest delegate method.

(Inherited from IWait)

Methods

Fail(Exception)

Mark this wait as satisfied with this fail exception.

(Inherited from IWait)
PollAsync(IFiber<C>, C, CancellationToken)
Post<T>(T)

Mark this wait as satisfied with this item.

(Inherited from IWait)

Extension Methods

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

Applies to