{"id":8332,"date":"2023-02-02T18:23:26","date_gmt":"2023-02-02T09:23:26","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=8332"},"modified":"2023-02-04T10:25:45","modified_gmt":"2023-02-04T01:25:45","slug":"%eb%b9%84%eb%8f%99%ea%b8%b0-%ed%8c%8c%ec%9d%bc-%ec%95%a1%ec%84%b8%ec%8a%a4","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=8332","title":{"rendered":"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Overview :  async awit, async void  \ub97c \uad6c\ud604\ud574 \ubcf8\ub2e4.<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\">1.async awit (net.core)<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" title=\"async Task \">public async Task ProcessWriteAsync()\n{\n    string filePath = \"temp.txt\";\n    string text = $\"Hello World{Environment.NewLine}\";\n    await WriteTextAsync(filePath, text);\n}\nasync Task WriteTextAsync(string filePath, string text)\n{\n    byte[] encodedText = Encoding.Unicode.GetBytes(text);\n    using var sourceStream =\n        new FileStream(\n            filePath,\n            FileMode.Create, FileAccess.Write, FileShare.None,\n            bufferSize: 4096, useAsync: true);\n    await sourceStream.WriteAsync(encodedText, 0, encodedText.Length);\n}<\/pre><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"498\" height=\"278\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif\" alt=\"\" class=\"wp-image-8351\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">2.async void (.net) <br>\uae30\ub2e4\ub9ac\uc9c0 \uc54a\uace0 \ud30c\uc77c \uc4f0\uae30 <\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" title=\"void \">SimpleWriteAsync(sPath, FileName, sText) \n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\npublic static void SimpleWriteAsync(string sPath, string FileName, string sText)\n{\n\tstring PathFileName = sPath + @\"\\\" + FileName;\n\tTask k = WriteTextAsync(PathFileName, sText);  \/\/\ube44\ub3d9\uae30 \ud638\ucd9c\n}\npublic static async Task WriteTextAsync(string PathFileName, string sText)\n{   \n\tusing (FileStream fs = new FileStream(PathFileName, FileMode.Create))\n\t{\n\t\tusing (StreamWriter w = new StreamWriter(fs, Encoding.UTF8))\n\t\t{\n\t\t\tawait w.WriteAsync(sText);\n\t\t}\n\t}\n}<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Overview : async awit, async void \ub97c \uad6c\ud604\ud574 \ubcf8\ub2e4. 1.async awit (net.core) 2.async void (.net) \uae30\ub2e4\ub9ac\uc9c0 \uc54a\uace0 \ud30c\uc77c \uc4f0\uae30<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[241],"tags":[],"class_list":["post-8332","post","type-post","status-publish","format-standard","hentry","category-asynchronous"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=8332\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Overview : async awit, async void \ub97c \uad6c\ud604\ud574 \ubcf8\ub2e4. 1.async awit (net.core) 2.async void (.net) \uae30\ub2e4\ub9ac\uc9c0 \uc54a\uace0 \ud30c\uc77c \uc4f0\uae30\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=8332\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-02T09:23:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-04T01:25:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"498\" \/>\n\t<meta property=\"og:image:height\" content=\"278\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4\",\"datePublished\":\"2023-02-02T09:23:26+00:00\",\"dateModified\":\"2023-02-04T01:25:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332\"},\"wordCount\":12,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/transferring-files-yeti.gif\",\"articleSection\":[\"Asynchronous(\ube44\ub3d9\uae30)\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332\",\"name\":\"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/transferring-files-yeti.gif\",\"datePublished\":\"2023-02-02T09:23:26+00:00\",\"dateModified\":\"2023-02-04T01:25:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#primaryimage\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/transferring-files-yeti.gif\",\"contentUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/transferring-files-yeti.gif\",\"width\":498,\"height\":278},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8332#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=8332","og_locale":"ko_KR","og_type":"article","og_title":"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4 - AuctionPro","og_description":"Overview : async awit, async void \ub97c \uad6c\ud604\ud574 \ubcf8\ub2e4. 1.async awit (net.core) 2.async void (.net) \uae30\ub2e4\ub9ac\uc9c0 \uc54a\uace0 \ud30c\uc77c \uc4f0\uae30","og_url":"https:\/\/www.auctionpro.co.kr\/?p=8332","og_site_name":"AuctionPro","article_published_time":"2023-02-02T09:23:26+00:00","article_modified_time":"2023-02-04T01:25:45+00:00","og_image":[{"url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif","width":498,"height":278,"type":"image\/gif"}],"author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8332"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4","datePublished":"2023-02-02T09:23:26+00:00","dateModified":"2023-02-04T01:25:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8332"},"wordCount":12,"commentCount":0,"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif","articleSection":["Asynchronous(\ube44\ub3d9\uae30)"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=8332#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=8332","url":"https:\/\/www.auctionpro.co.kr\/?p=8332","name":"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#primaryimage"},"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif","datePublished":"2023-02-02T09:23:26+00:00","dateModified":"2023-02-04T01:25:45+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=8332"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#primaryimage","url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif","contentUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2023\/02\/transferring-files-yeti.gif","width":498,"height":278},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=8332#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"\ube44\ub3d9\uae30 \ud30c\uc77c \uc561\uc138\uc2a4"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8332"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8332\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}