Base template for all models. Provides utility methods for AsyncChaining and a base constructor that calls the parent IModel constructor.
Allows chaining based on a delay. Returns a new AsyncChainer of this type.
Allows arbitrary chaining. Returns a new AsyncChainer of this type.
See Implementation
Base template for all models. Provides utility methods for AsyncChaining and a base constructor that calls the parent IModel constructor.