![]() |
VOOZH | about |
dotnet add package MakoIoT.Device.Utilities.Invoker --version 1.0.49.58921
NuGet\Install-Package MakoIoT.Device.Utilities.Invoker -Version 1.0.49.58921
<PackageReference Include="MakoIoT.Device.Utilities.Invoker" Version="1.0.49.58921" />
<PackageVersion Include="MakoIoT.Device.Utilities.Invoker" Version="1.0.49.58921" />Directory.Packages.props
<PackageReference Include="MakoIoT.Device.Utilities.Invoker" />Project file
paket add MakoIoT.Device.Utilities.Invoker --version 1.0.49.58921
#r "nuget: MakoIoT.Device.Utilities.Invoker, 1.0.49.58921"
#:package MakoIoT.Device.Utilities.Invoker@1.0.49.58921
#addin nuget:?package=MakoIoT.Device.Utilities.Invoker&version=1.0.49.58921Install as a Cake Addin
#tool nuget:?package=MakoIoT.Device.Utilities.Invoker&version=1.0.49.58921Install as a Cake Tool
Gracefully retries given call when exception occurs. This is common technique for transient fault handling.
HttpClient httpClient = new();
string apiResult;
//try calling REST API max. three times
Invoker.Retry(() =>
{
using var response = httpClient.Get(apiUrl);
response.EnsureSuccessStatusCode();
apiResult = response.Content.ReadAsString();
}, 3, (ex, attempt) =>
{
_logger.LogError("HttpClient.Get exception", ex);
return true;
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net net is compatible. |
Showing the top 5 NuGet packages that depend on MakoIoT.Device.Utilities.Invoker:
| Package | Downloads |
|---|---|
|
MakoIoT.Device.Services.ConfigurationManager
Configuration mode manager for MAKO-IoT |
|
|
MakoIoT.Device.Services.ConfigurationApi
REST API for configuration with MAKO-IoT |
|
|
MakoIoT.Device.Services.WiFi.AP
WiFi Access Point library for MAKO-IoT |
|
|
MakoIoT.Device.Platform.LocalConfig
MAKO-IoT Platform local configuration library. On-device web server, WiFi AP |
|
|
MakoIoT.Device.Services.Logging.Sinks.Elasticsearch
MAKO-IoT Platform local configuration library. On-device web server, WiFi AP |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.49.58921 | 484 | 9/27/2025 |
| 1.0.48.26874 | 2,733 | 4/17/2025 |
| 1.0.47.11396 | 823 | 4/2/2025 |
| 1.0.46.41501 | 1,128 | 3/20/2025 |
| 1.0.45.30811 | 827 | 3/10/2025 |
| 1.0.44.64291 | 1,380 | 2/25/2025 |
| 1.0.43.63781 | 690 | 2/20/2025 |
| 1.0.42.25254 | 750 | 2/18/2025 |
| 1.0.41.39143 | 768 | 11/27/2024 |
| 1.0.40.10358 | 381 | 11/26/2024 |
| 1.0.39.7720 | 371 | 11/25/2024 |
| 1.0.38.31486 | 723 | 11/19/2024 |
| 1.0.37.26660 | 1,483 | 10/18/2024 |
| 1.0.36.43501 | 524 | 10/16/2024 |
| 1.0.35.30819 | 1,303 | 9/20/2024 |
| 1.0.34.53288 | 833 | 9/12/2024 |
| 1.0.33.61571 | 997 | 8/27/2024 |
| 1.0.32.42051 | 834 | 8/10/2024 |
| 1.0.31.7929 | 1,697 | 6/12/2024 |
| 1.0.30.23980 | 1,668 | 5/17/2024 |