书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 104 个相关结果.
  • Using Redis

    1164 2018-06-23 《Hangfire英文文档》
    Using Redis¶ Hangfire Pro subscription required Starting from Hangfire 1.2, this feature is a part of Hangfire Pro package set Hangfire with Redis job storage implementation p...
  • Using SQL Server with MSMQ

    Using SQL Server with MSMQ¶ Hangfire.SqlServer.MSMQ extension changes the way Hangfire handles job queues. Default implementation uses regular SQL Server tables to organize que...
  • README

    1189 2018-06-23 《Hangfire英文文档》
    Documentation¶ Getting Started Quickstart Tutorials Background Tasks in .NET by Derek Comartin Pluralsight Course Overview¶ Hangfire allows you to kick off meth...
  • 快速开始

    12220 2018-06-08 《hangfire 中文文档》
    快速开始¶ 安装 ¶ 在 nuget 上有关于 Hangfire 的 一系列软件包 。 要使用 SQL Server 存储将 Hangfire 安装到 ASP.NET 应用程序 中,请在 Package Manager Console 窗口中键入以下命令: PM > Install - Package Hangfire ...
  • Quick start

    Quick start¶ Installation¶ There are a couple of packages for Hangfire available on NuGet. To install Hangfire into your ASP.NET application with SQL Server storage, type th...
  • Configuration

    Configuration¶ Starting from version 1.4, GlobalConfiguration class is the preferred way to configure Hangfire. This is an entry point for a couple of methods, including ones fr...
  • Using SQL Server

    Using SQL Server¶ SQL Server is the default storage for Hangfire – it is well known to many .NET developers and used in many project environments. It may be interesting that in t...
  • Using Dashboard

    1189 2018-06-23 《Hangfire英文文档》
    Using Dashboard¶ Adding Dashboard¶ Configuring Authorization¶ Read-only view¶ Change URL Mapping¶ Change Back to site Link¶ Multiple Dashboards¶ Using Dashboard¶ Hangfire...
  • 在控制台应用程序中处理任务

    4095 2018-06-23 《Hangfire中文文档》
    在控制台应用程序中处理任务¶ 要在控制台应用程序中开始使用Hangfire,您需要首先将Hangfire包安装到控制台应用程序。因此,使用您的软件包管理器控制台窗口进行安装: PM > Install - Package Hangfire . Core 然后添加任务存储安装所需的软件包。例如,使用SQL Server: PM > ...
  • 使用性能计数器

    3845 2018-06-23 《Hangfire中文文档》
    使用性能计数器¶ 仅限Pro 此功能是 Hangfire Pro 软件包的一部分。 性能计数器是在Windows平台上 测量 不同应用程序度量的标准方法。该软件包使Hangfire能够发布性能计数器,以便您可以使用不同的工具(包括 Performance Monitor 、 Nagios 、 New Relic 等)。 安装¶ 在配置...