IWait<C> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |