Share via


IWait Interface

Definition

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)

Applies to