IWait 接口

定义

public interface IWait
type IWait = interface
Public Interface IWait
派生

属性

ItemType

rest 委托的项参数的类型。

Need

等待的阶段。

NeedType

等待项的静态类型。

Rest

rest 委托方法。

方法

Fail(Exception)

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

Post<T>(T)

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

扩展方法

ValidateNeed(IWait, Need)

适用于