![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| string | Execute (bool publishEvent=true) |
| T | Execute< T > (bool publishEvent=true) |
| IRESTClient | AndThen (bool publishEvent=true) |
| IRESTClient | AndThen< T > (bool publishEvent=true) |
| Task< string > | ExecuteAsync (bool publishEvent=true) |
| Task< T > | ExecuteAsync< T > (bool publishEvent=true) |
| ResultCollection | GetExecutionResults () |
| IAllowRESTExecution | WithHeader (string name, string value) |
| Public Member Functions inherited from GenerallyPositive.IAllowRESTMethod | |
| IAllowRESTExecution | WithHttpMethod (string method) |
Definition at line 949 of file Interfaces.cs.
| IRESTClient GenerallyPositive.IAllowRESTExecution.AndThen | ( | bool | publishEvent = true | ) |
Implemented in GenerallyPositive.RESTClient.
| IRESTClient GenerallyPositive.IAllowRESTExecution.AndThen< T > | ( | bool | publishEvent = true | ) |
Implemented in GenerallyPositive.RESTClient.
| string GenerallyPositive.IAllowRESTExecution.Execute | ( | bool | publishEvent = true | ) |
Implemented in GenerallyPositive.RESTClient.
| T GenerallyPositive.IAllowRESTExecution.Execute< T > | ( | bool | publishEvent = true | ) |
Implemented in GenerallyPositive.RESTClient.
| Task< string > GenerallyPositive.IAllowRESTExecution.ExecuteAsync | ( | bool | publishEvent = true | ) |
Implemented in GenerallyPositive.RESTClient.
| Task< T > GenerallyPositive.IAllowRESTExecution.ExecuteAsync< T > | ( | bool | publishEvent = true | ) |
Implemented in GenerallyPositive.RESTClient.
| ResultCollection GenerallyPositive.IAllowRESTExecution.GetExecutionResults | ( | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTExecution GenerallyPositive.IAllowRESTExecution.WithHeader | ( | string | name, |
| string | value ) |
Implemented in GenerallyPositive.RESTClient.