IWait Interface
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.
public interface IWait
type IWait = interface
Public Interface IWait
- Derived
Properties
ItemType |
The type of the item parameter for the rest delegate. |
Need |
The stage of the wait. |
NeedType |
The static type of the wait item. |
Rest |
The rest delegate method. |
Methods
Fail(Exception) |
Mark this wait as satisfied with this fail exception. |
Post<T>(T) |
Mark this wait as satisfied with this item. |
Extension Methods
ValidateNeed(IWait, Need) |