Interface IAllowRESTWorkflowDefinition
Defines the ability to add a workflow to a REST client.
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowRESTWorkflowDefinition
Methods
WithWorkflow(Action<RESTClient>)
Adds a workflow to be executed later in a While loop.
Declaration
IAllowRESTWorkflow WithWorkflow(Action<RESTClient> workflow)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<RESTClient> | workflow | The workflow action to configure the REST client. |
Returns
| Type | Description |
|---|---|
| IAllowRESTWorkflow |