IWait<C> 接口

定义

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

类型参数

C
派生
实现

属性

ItemType

rest 委托的项参数的类型。

(继承自 IWait)
Need

等待的阶段。

(继承自 IWait)
NeedType

等待项的静态类型。

(继承自 IWait)
Rest

rest 委托方法。

(继承自 IWait)

方法

Fail(Exception)

将此等待标记为对此失败异常感到满意。

(继承自 IWait)
PollAsync(IFiber<C>, C, CancellationToken)
Post<T>(T)

将此等待标记为对此项满意。

(继承自 IWait)

扩展方法

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

适用于