WatsonCluster 1.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WatsonCluster --version 1.0.7
NuGet\Install-Package WatsonCluster -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WatsonCluster" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WatsonCluster --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WatsonCluster, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WatsonCluster as a Cake Addin #addin nuget:?package=WatsonCluster&version=1.0.7 // Install WatsonCluster as a Cake Tool #tool nuget:?package=WatsonCluster&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple C# class using Watson TCP to enable a one-to-one high availability cluster. Callbacks are used to notify the encompassing application when the cluster is healthy (client and server connected) or unhealthy (client or server disconnected).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- WatsonTcp (>= 1.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0.2 | 879 | 11/12/2021 |
3.0.0 | 49,579 | 2/23/2020 |
2.0.2 | 24,162 | 9/21/2019 |
2.0.1 | 586 | 9/10/2019 |
2.0.0 | 601 | 9/6/2019 |
1.2.3 | 611 | 6/25/2019 |
1.2.2 | 620 | 6/13/2019 |
1.2.1 | 659 | 5/9/2019 |
1.2.0 | 664 | 5/6/2019 |
1.1.1 | 659 | 3/11/2019 |
1.1.0 | 1,108 | 3/8/2017 |
1.0.9 | 959 | 3/6/2017 |
1.0.7 | 950 | 3/6/2017 |
1.0.6 | 966 | 3/2/2017 |
1.0.5 | 1,001 | 2/8/2017 |
Enforce permitted IPs (thanks again @brudo)