<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>AutoResetEventクラスは、WaitHandleクラスのサブクラスとなっています。 同じような機能を持つクラスとしてManualResetEventがありますが、こちらは 以下のような特徴を持っています。 待機中のスレッドがいなくなった時点で、自動的に非シグナル状態に戻る なので、ManualResetEventと違いSet,Resetを交互に呼ぶ必要がありません。 マルチスレッド処理で、特定のスレッド同士を待ち合わせたりする際によく 利用します。 初期状態のシグナル状態の設定は、コンストラクタにて指定します。 trueを渡すと初期シグナル状態となり、falseを渡すと初期非シグナル…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F20080104%2Fp1&quot; title=&quot; .NET クラスライブラリ探訪-014 (System.Threading.AutoResetEvent) - いろいろ備忘録日記&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-01-04 00:00:03</published>
  <title> .NET クラスライブラリ探訪-014 (System.Threading.AutoResetEvent)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/20080104/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
