![]() |
VOOZH | about |
dotnet add package uSync.Complete.Hangfire --version 0.17.2
NuGet\Install-Package uSync.Complete.Hangfire -Version 0.17.2
<PackageReference Include="uSync.Complete.Hangfire" Version="0.17.2" />
<PackageVersion Include="uSync.Complete.Hangfire" Version="0.17.2" />Directory.Packages.props
<PackageReference Include="uSync.Complete.Hangfire" />Project file
paket add uSync.Complete.Hangfire --version 0.17.2
#r "nuget: uSync.Complete.Hangfire, 0.17.2"
#:package uSync.Complete.Hangfire@0.17.2
#addin nuget:?package=uSync.Complete.Hangfire&version=0.17.2Install as a Cake Addin
#tool nuget:?package=uSync.Complete.Hangfire&version=0.17.2Install as a Cake Tool
Contains helpers for uSync.Complete
dotnet add package uSync.Complete.Hangfire
that let you do cool things such as
builder.CreateDailyRestorePointJob("Daily Restore Point", 02, 00);
builder.CreatePushAllContentAndMediaJob("Daily Site Sync", "Target", 04, 00);
You can also do things like specifiy which bit of content or media to use as the root fpr the push or the pull
builder.CreatePullMediaJob("Pull Backgrounds folder", // name for Hangfire.
"Target", // alias of the server.
Guid.Parse("f2b3c1d4-5e6f-7a8b-9c0d-e1f2g3h4i5j6"), // guid of the folder to start from.
DependencyFlags.IncludeChildren, // flags (like include child items)
05, 00); // time of day (5 AM)
Yopu can do more complicated things and there are lots of helpers and sample code
contains some basic commands for a website.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.