<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kiyokura</author_name>
  <author_url>https://blog.hatena.ne.jp/kiyokura/</author_url>
  <blog_title>きよくらの備忘録</blog_title>
  <blog_url>https://kiyokura.hateblo.jp/</blog_url>
  <categories>
    <anon>.NET</anon>
    <anon>ASP.NET</anon>
    <anon>Hangfire</anon>
  </categories>
  <description>前回の続きです。 今回は二つ目のタイプのジョブについて。 2.Delayed 指定した時間の経過後に遅延実行されるタイプ。 BackgroundJob.Schedule()またはBackgroundJob.Schedule&lt;T&gt;()で登録する際にTimeSpan型で指定した時間を経過した後に実行されます。 ドキュメントとしてはこちらを参照 : Calling methods with delay コード例 遅延時間はTimeSpan型で指定します。例えば10分後だとこんな指定です。 BackgroundJob.Schedule&lt;MyJobsLib.ICostomJob&gt;(x =&gt; x.Exec…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiyokura.hateblo.jp%2Fentry%2F2017%2F08%2F07%2F003622&quot; title=&quot;Hangfireを使ってみる (5)：Jobの種類について：2. Delayed - きよくらの備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kiyokura/20170806/20170806144051.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-08-07 00:36:22</published>
  <title>Hangfireを使ってみる (5)：Jobの種類について：2. Delayed</title>
  <type>rich</type>
  <url>https://kiyokura.hateblo.jp/entry/2017/08/07/003622</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
