Method PutTimeAndRetryOnFailer
PutTimeAndRetryOnFailer(DateTimeOffset, Int32)
Sets the time of the pad.
Declaration
public TryOptionAsync<HttpResponseMessage> PutTimeAndRetryOnFailer(DateTimeOffset time, int retryCounter = 5)
Parameters
| Type | Name | Description |
|---|---|---|
| System.DateTimeOffset | time | The time. |
| System.Int32 | retryCounter | The retryCounter. |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply. |