![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowRESTWorkflow | WithWorkflow (Action< RESTClient > workflow) |
| IAllowRESTParametersOrExecution | While (Func< bool > condition) |
| IAllowRESTParametersOrExecution | Until (Func< bool > condition) |
Definition at line 970 of file Interfaces.cs.
| IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTWorkflow.Until | ( | Func< bool > | condition | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTWorkflow.While | ( | Func< bool > | condition | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTWorkflow GenerallyPositive.IAllowRESTWorkflow.WithWorkflow | ( | Action< RESTClient > | workflow | ) |
Implemented in GenerallyPositive.RESTClient.