<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>酢ろぐ！</blog_title>
  <blog_url>https://blog.ch3cooh.jp/</blog_url>
  <categories>
    <anon>開発-C#</anon>
    <anon>開発-Windows Store Apps</anon>
  </categories>
  <description>既に作成したタスクに対して、継続する処理を追加します。一通りの処理を完了した後にContinueWithメソッドで追加したActionを実行します。 var task = Task.Run(() =&gt; { Debug.WriteLine(&quot;task start&quot;); // NOTE:すごい時間のかかる処理をしているつもり new Task(() =&gt; { }).Wait(1000); Debug.WriteLine(&quot;task end&quot;); }); // 処理を追加する task.ContinueWith(_ =&gt; { Debug.WriteLine(&quot;task finished&quot;); });…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F20140329%2F1396077960&quot; title=&quot;Windowsストアアプリでタスクの処理完了の通知を受け取る - 酢ろぐ！&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>2014-03-29 16:26:00</published>
  <title>Windowsストアアプリでタスクの処理完了の通知を受け取る</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/20140329/1396077960</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
