Method PutConfigAndRetryOnFailer
PutConfigAndRetryOnFailer(Config, Int32)
Changes the pad config.
Declaration
public TryOptionAsync<HttpResponseMessage> PutConfigAndRetryOnFailer(Config config, int retryCounter = 5)
Parameters
| Type | Name | Description |
|---|---|---|
| Config | config | The changed config. |
| System.Int32 | retryCounter | The retryCounter. |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply. |
Remarks
You can get the config with GetConfig().