You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3760 lines
399 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Threading.Tasks</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.AggregateException">
  8. <summary>응용 프로그램을 실행하는 동안 발생하는 하나 이상의 오류를 나타냅니다.</summary>
  9. </member>
  10. <member name="M:System.AggregateException.#ctor">
  11. <summary>오류를 설명하는 시스템 제공 메시지를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  12. </member>
  13. <member name="M:System.AggregateException.#ctor(System.Collections.Generic.IEnumerable{System.Exception})">
  14. <summary>이 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  15. <param name="innerExceptions">현재 예외의 원인인 예외입니다.</param>
  16. <exception cref="T:System.ArgumentNullException">
  17. <paramref name="innerExceptions" /> 인수가 null인 경우</exception>
  18. <exception cref="T:System.ArgumentException">
  19. <paramref name="innerExceptions" />의 요소가 null인 경우.</exception>
  20. </member>
  21. <member name="M:System.AggregateException.#ctor(System.Exception[])">
  22. <summary>이 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  23. <param name="innerExceptions">현재 예외의 원인인 예외입니다.</param>
  24. <exception cref="T:System.ArgumentNullException">
  25. <paramref name="innerExceptions" /> 인수가 null인 경우</exception>
  26. <exception cref="T:System.ArgumentException">
  27. <paramref name="innerExceptions" />의 요소가 null인 경우.</exception>
  28. </member>
  29. <member name="M:System.AggregateException.#ctor(System.String)">
  30. <summary>오류를 설명하는 지정된 메시지를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  31. <param name="message">예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.</param>
  32. </member>
  33. <member name="M:System.AggregateException.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Exception})">
  34. <summary>지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  35. <param name="message">예외에 대한 이유를 설명하는 오류 메시지입니다.</param>
  36. <param name="innerExceptions">현재 예외의 원인인 예외입니다.</param>
  37. <exception cref="T:System.ArgumentNullException">
  38. <paramref name="innerExceptions" /> 인수가 null인 경우</exception>
  39. <exception cref="T:System.ArgumentException">
  40. <paramref name="innerExceptions" />의 요소가 null인 경우.</exception>
  41. </member>
  42. <member name="M:System.AggregateException.#ctor(System.String,System.Exception)">
  43. <summary>지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  44. <param name="message">예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.</param>
  45. <param name="innerException">현재 예외의 원인이 되는 예외입니다.<paramref name="innerException" /> 매개 변수가 null이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.</param>
  46. <exception cref="T:System.ArgumentNullException">
  47. <paramref name="innerException" /> 인수가 null인 경우</exception>
  48. </member>
  49. <member name="M:System.AggregateException.#ctor(System.String,System.Exception[])">
  50. <summary>지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.AggregateException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  51. <param name="message">예외에 대한 이유를 설명하는 오류 메시지입니다.</param>
  52. <param name="innerExceptions">현재 예외의 원인인 예외입니다.</param>
  53. <exception cref="T:System.ArgumentNullException">
  54. <paramref name="innerExceptions" /> 인수가 null인 경우</exception>
  55. <exception cref="T:System.ArgumentException">
  56. <paramref name="innerExceptions" />의 요소가 null인 경우.</exception>
  57. </member>
  58. <member name="M:System.AggregateException.Flatten">
  59. <summary>
  60. <see cref="T:System.AggregateException" /> 인스턴스를 단일 새 인스턴스로 평면화합니다.</summary>
  61. <returns>평면화된 새 <see cref="T:System.AggregateException" />입니다.</returns>
  62. </member>
  63. <member name="M:System.AggregateException.GetBaseException">
  64. <summary>이 예외의 근본 원인인 <see cref="T:System.AggregateException" />을 반환합니다.</summary>
  65. <returns>이 예외의 근본 원인인 <see cref="T:System.AggregateException" />을 반환합니다.</returns>
  66. </member>
  67. <member name="M:System.AggregateException.Handle(System.Func{System.Exception,System.Boolean})">
  68. <summary>이 <see cref="T:System.AggregateException" />에 포함된 각 <see cref="T:System.Exception" />의 처리기를 호출합니다.</summary>
  69. <param name="predicate">각 예외에 대해 실행할 조건자입니다.조건자는 처리할 <see cref="T:System.Exception" />을 인수로 받아들이고, 예외가 처리되었는지 여부를 나타내는 부울을 반환합니다.</param>
  70. <exception cref="T:System.ArgumentNullException">
  71. <paramref name="predicate" /> 인수가 null인 경우</exception>
  72. <exception cref="T:System.AggregateException">이 <see cref="T:System.AggregateException" />에 의해 포함된 예외가 처리되지 않았습니다.</exception>
  73. </member>
  74. <member name="P:System.AggregateException.InnerExceptions">
  75. <summary>현재 예외를 발생시킨 <see cref="T:System.Exception" /> 인스턴스의 읽기 전용 컬렉션을 가져옵니다.</summary>
  76. <returns>현재 예외를 발생시킨 <see cref="T:System.Exception" /> 인스턴스의 읽기 전용 컬렉션을 반환합니다.</returns>
  77. </member>
  78. <member name="M:System.AggregateException.ToString">
  79. <summary>현재 <see cref="T:System.AggregateException" />의 문자열 표현을 만들어 반환합니다.</summary>
  80. <returns>현재 예외에 대한 문자열 표현입니다.</returns>
  81. </member>
  82. <member name="T:System.OperationCanceledException">
  83. <summary>스레드에서 실행 중인 작업을 취소할 때 해당 스레드에서 throw되는 예외입니다.</summary>
  84. <filterpriority>2</filterpriority>
  85. </member>
  86. <member name="M:System.OperationCanceledException.#ctor">
  87. <summary>시스템 제공 오류 메시지를 사용하여 <see cref="T:System.OperationCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  88. </member>
  89. <member name="M:System.OperationCanceledException.#ctor(System.String)">
  90. <summary>지정된 오류 메시지를 사용하여 <see cref="T:System.OperationCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  91. <param name="message">오류를 설명하는 <see cref="T:System.String" />입니다.</param>
  92. </member>
  93. <member name="M:System.OperationCanceledException.#ctor(System.String,System.Exception)">
  94. <summary>지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.OperationCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  95. <param name="message">예외에 대한 이유를 설명하는 오류 메시지입니다. </param>
  96. <param name="innerException">현재 예외의 원인이 되는 예외입니다.<paramref name="innerException" /> 매개 변수가 null이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.</param>
  97. </member>
  98. <member name="M:System.OperationCanceledException.#ctor(System.String,System.Exception,System.Threading.CancellationToken)">
  99. <summary>지정된 오류 메시지, 해당 예외의 원인인 내부 예외에 대한 참조 및 취소 토큰을 사용하여 <see cref="T:System.OperationCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  100. <param name="message">예외에 대한 이유를 설명하는 오류 메시지입니다. </param>
  101. <param name="innerException">현재 예외의 원인이 되는 예외입니다.<paramref name="innerException" /> 매개 변수가 null이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.</param>
  102. <param name="token">취소한 작업과 연결된 취소 토큰입니다.</param>
  103. </member>
  104. <member name="M:System.OperationCanceledException.#ctor(System.String,System.Threading.CancellationToken)">
  105. <summary>지정된 오류 메시지 및 취소 토큰을 사용하여 <see cref="T:System.OperationCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  106. <param name="message">예외에 대한 이유를 설명하는 오류 메시지입니다.</param>
  107. <param name="token">취소한 작업과 연결된 취소 토큰입니다.</param>
  108. </member>
  109. <member name="M:System.OperationCanceledException.#ctor(System.Threading.CancellationToken)">
  110. <summary>취소 토큰을 사용하여 <see cref="T:System.OperationCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  111. <param name="token">취소한 작업과 연결된 취소 토큰입니다.</param>
  112. </member>
  113. <member name="P:System.OperationCanceledException.CancellationToken">
  114. <summary>취소한 작업과 연결된 취소 토큰을 가져옵니다.</summary>
  115. <returns>취소한 작업과 연결된 토큰 또는 기본 토큰입니다.</returns>
  116. </member>
  117. <member name="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder">
  118. <summary>작업을 반환하는 비동기 메서드에 대한 작성기를 나타냅니다.</summary>
  119. </member>
  120. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
  121. <summary>지정된 awaiter가 완료되면 다음 작업을 계속하도록 상태 시스템을 예약합니다.</summary>
  122. <param name="awaiter">Awaiter입니다.</param>
  123. <param name="stateMachine">상태 시스템입니다.</param>
  124. <typeparam name="TAwaiter">awaiter의 형식입니다.</typeparam>
  125. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  126. </member>
  127. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
  128. <summary>지정된 awaiter가 완료되면 다음 작업을 계속하도록 상태 시스템을 예약합니다.부분적으로 신뢰할 수 있는 코드에서 이 메서드를 호출할 수 있습니다.</summary>
  129. <param name="awaiter">Awaiter입니다.</param>
  130. <param name="stateMachine">상태 시스템입니다.</param>
  131. <typeparam name="TAwaiter">awaiter의 형식입니다.</typeparam>
  132. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  133. </member>
  134. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Create">
  135. <summary>
  136. <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder" /> 클래스의 인스턴스를 만듭니다.</summary>
  137. <returns>작성기의 새 인스턴스입니다.</returns>
  138. </member>
  139. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(System.Exception)">
  140. <summary>작업이 실패한 것으로 표시하고 지정된 예외를 작업에 바인딩합니다.</summary>
  141. <param name="exception">작업에 바인딩할 예외입니다.</param>
  142. <exception cref="T:System.ArgumentNullException">
  143. <paramref name="exception" />가 null입니다.</exception>
  144. <exception cref="T:System.InvalidOperationException">작업이 이미 완료된 경우또는빌더가 초기화되지 않은 경우</exception>
  145. </member>
  146. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult">
  147. <summary>작업이 성공적으로 완료된 것으로 표시합니다.</summary>
  148. <exception cref="T:System.InvalidOperationException">작업이 이미 완료된 경우또는빌더가 초기화되지 않은 경우</exception>
  149. </member>
  150. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
  151. <summary>지정된 상태 컴퓨터와 작성기를 연결합니다.</summary>
  152. <param name="stateMachine">작성기와 연결할 상태 시스템 인스턴스입니다.</param>
  153. <exception cref="T:System.ArgumentNullException">
  154. <paramref name="stateMachine" />가 null입니다.</exception>
  155. <exception cref="T:System.InvalidOperationException">상태 시스템이 이전에 설정된 경우</exception>
  156. </member>
  157. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start``1(``0@)">
  158. <summary>연결된 상태 컴퓨터를 사용하여 작성기 실행을 시작합니다.</summary>
  159. <param name="stateMachine">참조로 전달된 상태 시스템 인스턴스입니다.</param>
  160. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  161. <exception cref="T:System.ArgumentNullException">
  162. <paramref name="stateMachine" />가 null입니다.</exception>
  163. </member>
  164. <member name="P:System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Task">
  165. <summary>이 작성기에 대한 작업을 가져옵니다.</summary>
  166. <returns>이 작성기에 대한 작업입니다.</returns>
  167. <exception cref="T:System.InvalidOperationException">빌더가 초기화되지 않은 경우</exception>
  168. </member>
  169. <member name="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1">
  170. <summary>작업을 반환하고 결과에 대한 매개 변수를 제공하는 비동기 메서드에 대한 작성기를 나타냅니다.</summary>
  171. <typeparam name="TResult">작업을 완료하는 데 사용할 결과입니다.</typeparam>
  172. </member>
  173. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
  174. <summary>지정된 awaiter가 완료되면 다음 작업을 계속하도록 상태 시스템을 예약합니다.</summary>
  175. <param name="awaiter">Awaiter입니다.</param>
  176. <param name="stateMachine">상태 시스템입니다.</param>
  177. <typeparam name="TAwaiter">awaiter의 형식입니다.</typeparam>
  178. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  179. </member>
  180. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
  181. <summary>지정된 awaiter가 완료되면 다음 작업을 계속하도록 상태 시스템을 예약합니다.부분적으로 신뢰할 수 있는 코드에서 이 메서드를 호출할 수 있습니다.</summary>
  182. <param name="awaiter">Awaiter입니다.</param>
  183. <param name="stateMachine">상태 시스템입니다.</param>
  184. <typeparam name="TAwaiter">awaiter의 형식입니다.</typeparam>
  185. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  186. </member>
  187. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Create">
  188. <summary>
  189. <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1" /> 클래스의 인스턴스를 만듭니다.</summary>
  190. <returns>작성기의 새 인스턴스입니다.</returns>
  191. </member>
  192. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(System.Exception)">
  193. <summary>작업이 실패한 것으로 표시하고 지정된 예외를 작업에 바인딩합니다.</summary>
  194. <param name="exception">작업에 바인딩할 예외입니다.</param>
  195. <exception cref="T:System.ArgumentNullException">
  196. <paramref name="exception" />가 null입니다.</exception>
  197. <exception cref="T:System.InvalidOperationException">작업이 이미 완료된 경우</exception>
  198. </member>
  199. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetResult(`0)">
  200. <summary>작업이 성공적으로 완료된 것으로 표시합니다.</summary>
  201. <param name="result">작업을 완료하는 데 사용할 결과입니다.</param>
  202. <exception cref="T:System.InvalidOperationException">작업이 이미 완료된 경우</exception>
  203. </member>
  204. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
  205. <summary>지정된 상태 컴퓨터와 작성기를 연결합니다.</summary>
  206. <param name="stateMachine">작성기와 연결할 상태 시스템 인스턴스입니다.</param>
  207. <exception cref="T:System.ArgumentNullException">
  208. <paramref name="stateMachine" />가 null입니다.</exception>
  209. <exception cref="T:System.InvalidOperationException">상태 시스템이 이전에 설정된 경우</exception>
  210. </member>
  211. <member name="M:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start``1(``0@)">
  212. <summary>연결된 상태 컴퓨터를 사용하여 작성기 실행을 시작합니다.</summary>
  213. <param name="stateMachine">참조로 전달된 상태 시스템 인스턴스입니다.</param>
  214. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  215. <exception cref="T:System.ArgumentNullException">
  216. <paramref name="stateMachine" />가 null입니다.</exception>
  217. </member>
  218. <member name="P:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Task">
  219. <summary>이 작성기에 대한 작업을 가져옵니다.</summary>
  220. <returns>이 작성기에 대한 작업입니다.</returns>
  221. </member>
  222. <member name="T:System.Runtime.CompilerServices.AsyncVoidMethodBuilder">
  223. <summary>값을 반환하지 않는 비동기 메서드에 대한 작성기를 나타냅니다.</summary>
  224. </member>
  225. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
  226. <summary>지정된 awaiter가 완료되면 다음 작업을 계속하도록 상태 시스템을 예약합니다.</summary>
  227. <param name="awaiter">Awaiter입니다.</param>
  228. <param name="stateMachine">상태 시스템입니다.</param>
  229. <typeparam name="TAwaiter">awaiter의 형식입니다.</typeparam>
  230. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  231. </member>
  232. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
  233. <summary>지정된 awaiter가 완료되면 다음 작업을 계속하도록 상태 시스템을 예약합니다.부분적으로 신뢰할 수 있는 코드에서 이 메서드를 호출할 수 있습니다.</summary>
  234. <param name="awaiter">Awaiter입니다.</param>
  235. <param name="stateMachine">상태 시스템입니다.</param>
  236. <typeparam name="TAwaiter">awaiter의 형식입니다.</typeparam>
  237. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  238. </member>
  239. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create">
  240. <summary>
  241. <see cref="T:System.Runtime.CompilerServices.AsyncVoidMethodBuilder" /> 클래스의 인스턴스를 만듭니다.</summary>
  242. <returns>작성기의 새 인스턴스입니다.</returns>
  243. </member>
  244. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetException(System.Exception)">
  245. <summary>예외를 메서드 작성기에 바인딩합니다.</summary>
  246. <param name="exception">바인딩할 예외입니다.</param>
  247. <exception cref="T:System.ArgumentNullException">
  248. <paramref name="exception" />가 null입니다.</exception>
  249. <exception cref="T:System.InvalidOperationException">빌더가 초기화되지 않은 경우</exception>
  250. </member>
  251. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetResult">
  252. <summary>메서드 빌더가 성공적으로 완료된 것으로 표시합니다.</summary>
  253. <exception cref="T:System.InvalidOperationException">빌더가 초기화되지 않은 경우</exception>
  254. </member>
  255. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
  256. <summary>지정된 상태 컴퓨터와 작성기를 연결합니다.</summary>
  257. <param name="stateMachine">작성기와 연결할 상태 시스템 인스턴스입니다.</param>
  258. <exception cref="T:System.ArgumentNullException">
  259. <paramref name="stateMachine" />가 null입니다.</exception>
  260. <exception cref="T:System.InvalidOperationException">상태 시스템이 이전에 설정된 경우</exception>
  261. </member>
  262. <member name="M:System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start``1(``0@)">
  263. <summary>연결된 상태 컴퓨터를 사용하여 작성기 실행을 시작합니다.</summary>
  264. <param name="stateMachine">참조로 전달된 상태 시스템 인스턴스입니다.</param>
  265. <typeparam name="TStateMachine">상태 컴퓨터의 형식입니다.</typeparam>
  266. <exception cref="T:System.ArgumentNullException">
  267. <paramref name="stateMachine" />가 null입니다.</exception>
  268. </member>
  269. <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
  270. <summary>구성 항목이 작업에서 기다릴 수 있도록 awaitable 개체를 제공합니다.</summary>
  271. </member>
  272. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter">
  273. <summary>이 대기 가능 개체에 대해 awaiter를 반환합니다.</summary>
  274. <returns>Awaiter입니다.</returns>
  275. </member>
  276. <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1">
  277. <summary>구성 항목이 작업에서 기다릴 수 있도록 awaitable 개체를 제공합니다.</summary>
  278. <typeparam name="TResult">이 <see cref="T:System.Threading.Tasks.Task`1" />에서 생성되는 결과의 형식입니다.</typeparam>
  279. </member>
  280. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.GetAwaiter">
  281. <summary>이 대기 가능 개체에 대해 awaiter를 반환합니다.</summary>
  282. <returns>Awaiter입니다.</returns>
  283. </member>
  284. <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter">
  285. <summary>대기 가능 개체(<see cref="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1" />)에 대해 awaiter를 제공합니다.</summary>
  286. </member>
  287. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult">
  288. <summary>완료된 작업에 대한 대기를 종료합니다.</summary>
  289. <returns>완료된 작업의 결과입니다.</returns>
  290. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  291. <exception cref="T:System.Threading.Tasks.TaskCanceledException">작업이 취소되었습니다.</exception>
  292. <exception cref="T:System.Exception">작업이 Faulted 상태로 완료되었습니다.</exception>
  293. </member>
  294. <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.IsCompleted">
  295. <summary>대기 중인 작업이 완료되었는지 여부를 지정하는 값을 가져옵니다.</summary>
  296. <returns>대기 중인 작업이 완료되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  297. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  298. </member>
  299. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.OnCompleted(System.Action)">
  300. <summary>이 awaiter와 연결된 작업에 대한 연속 작업을 예약합니다.</summary>
  301. <param name="continuation">대기 작업이 완료될 때 호출할 작업입니다.</param>
  302. <exception cref="T:System.ArgumentNullException">
  303. <paramref name="continuation" /> 인수가 null인 경우</exception>
  304. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  305. </member>
  306. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.UnsafeOnCompleted(System.Action)">
  307. <summary>이 awaiter와 연결된 작업에 대한 연속 작업을 예약합니다. </summary>
  308. <param name="continuation">대기 작업이 완료될 때 호출할 작업입니다.</param>
  309. <exception cref="T:System.ArgumentNullException">
  310. <paramref name="continuation" /> 인수가 null인 경우</exception>
  311. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  312. </member>
  313. <member name="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter">
  314. <summary>대기 가능(<see cref="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable" />) 개체에 대해 awaiter를 제공합니다.</summary>
  315. </member>
  316. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult">
  317. <summary>완료된 작업에 대한 대기를 종료합니다.</summary>
  318. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  319. <exception cref="T:System.Threading.Tasks.TaskCanceledException">작업이 취소되었습니다.</exception>
  320. <exception cref="T:System.Exception">작업이 Faulted 상태로 완료되었습니다.</exception>
  321. </member>
  322. <member name="P:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.IsCompleted">
  323. <summary>대기 중인 작업이 완료되었는지 여부를 지정하는 값을 가져옵니다.</summary>
  324. <returns>대기 중인 작업이 완료되면 true이고, 그렇지 않으면 false입니다.</returns>
  325. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  326. </member>
  327. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.OnCompleted(System.Action)">
  328. <summary>이 awaiter와 연결된 작업에 대한 연속 작업을 예약합니다.</summary>
  329. <param name="continuation">대기 작업이 완료될 때 호출할 작업입니다.</param>
  330. <exception cref="T:System.ArgumentNullException">
  331. <paramref name="continuation" /> 인수가 null인 경우</exception>
  332. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  333. </member>
  334. <member name="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.UnsafeOnCompleted(System.Action)">
  335. <summary>이 awaiter와 연결된 작업에 대한 연속 작업을 예약합니다. </summary>
  336. <param name="continuation">대기 작업이 완료될 때 호출할 작업입니다.</param>
  337. <exception cref="T:System.ArgumentNullException">
  338. <paramref name="continuation" /> 인수가 null인 경우</exception>
  339. <exception cref="T:System.NullReferenceException">awaiter가 제대로 초기화되지 않은 경우</exception>
  340. </member>
  341. <member name="T:System.Runtime.CompilerServices.IAsyncStateMachine">
  342. <summary>비동기 메서드에 대해 생성된 상태 시스템을 나타냅니다.이 형식은 컴파일러 전용입니다.</summary>
  343. </member>
  344. <member name="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext">
  345. <summary>상태 시스템을 다음 상태로 이동합니다.</summary>
  346. </member>
  347. <member name="M:System.Runtime.CompilerServices.IAsyncStateMachine.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
  348. <summary>힙에 할당된 복제본을 사용하여 상태 시스템을 구성합니다.</summary>
  349. <param name="stateMachine">힙에 할당된 복제본입니다.</param>
  350. </member>
  351. <member name="T:System.Runtime.CompilerServices.ICriticalNotifyCompletion">
  352. <summary>Await 작업이 완료될 때 연속을 예약하는 awaiter를 나타냅니다.</summary>
  353. </member>
  354. <member name="M:System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted(System.Action)">
  355. <summary>인스턴스가 완료될 때 호출되는 연속 작업을 예약합니다.</summary>
  356. <param name="continuation">작업이 완료될 때 호출할 작업입니다.</param>
  357. <exception cref="T:System.ArgumentNullException">
  358. <paramref name="continuation" /> 인수가 null인 경우(Visual Basic에서는 Nothing)</exception>
  359. </member>
  360. <member name="T:System.Runtime.CompilerServices.INotifyCompletion">
  361. <summary>작업이 완료될 때 연속을 예약하는 작업을 나타냅니다.</summary>
  362. </member>
  363. <member name="M:System.Runtime.CompilerServices.INotifyCompletion.OnCompleted(System.Action)">
  364. <summary>인스턴스가 완료될 때 호출되는 연속 작업을 예약합니다.</summary>
  365. <param name="continuation">작업이 완료될 때 호출할 작업입니다.</param>
  366. <exception cref="T:System.ArgumentNullException">
  367. <paramref name="continuation" /> 인수가 null인 경우(Visual Basic에서는 Nothing)</exception>
  368. </member>
  369. <member name="T:System.Runtime.CompilerServices.TaskAwaiter">
  370. <summary>비동기 작업의 완료를 기다리는 개체를 제공합니다. </summary>
  371. </member>
  372. <member name="M:System.Runtime.CompilerServices.TaskAwaiter.GetResult">
  373. <summary>비동기 작업의 완료에 대한 대기를 종료합니다.</summary>
  374. <exception cref="T:System.NullReferenceException">
  375. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> 개체가 제대로 초기화되지 않은 경우</exception>
  376. <exception cref="T:System.Threading.Tasks.TaskCanceledException">작업이 취소되었습니다.</exception>
  377. <exception cref="T:System.Exception">작업이 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 상태로 완료되었습니다.</exception>
  378. </member>
  379. <member name="P:System.Runtime.CompilerServices.TaskAwaiter.IsCompleted">
  380. <summary>비동기 작업이 완료되었는지 여부를 나타내는 값을 가져옵니다.</summary>
  381. <returns>작업이 완료되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  382. <exception cref="T:System.NullReferenceException">
  383. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> 개체가 제대로 초기화되지 않은 경우</exception>
  384. </member>
  385. <member name="M:System.Runtime.CompilerServices.TaskAwaiter.OnCompleted(System.Action)">
  386. <summary>
  387. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> 개체가 비동기 작업을 완료하기 위해 대기를 중지할 경우 수행할 동작을 설정합니다.</summary>
  388. <param name="continuation">대기 작업이 완료될 때 수행할 작업입니다.</param>
  389. <exception cref="T:System.ArgumentNullException">
  390. <paramref name="continuation" />가 null인 경우</exception>
  391. <exception cref="T:System.NullReferenceException">
  392. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> 개체가 제대로 초기화되지 않은 경우</exception>
  393. </member>
  394. <member name="M:System.Runtime.CompilerServices.TaskAwaiter.UnsafeOnCompleted(System.Action)">
  395. <summary>이 awaiter와 연결된 비동기 작업에 대한 연속 작업을 예약합니다.</summary>
  396. <param name="continuation">대기 작업이 완료될 때 호출할 작업입니다.</param>
  397. <exception cref="T:System.ArgumentNullException">
  398. <paramref name="continuation" />가 null인 경우</exception>
  399. <exception cref="T:System.InvalidOperationException">awaiter가 제대로 초기화되지 않은 경우</exception>
  400. </member>
  401. <member name="T:System.Runtime.CompilerServices.TaskAwaiter`1">
  402. <summary>비동기 작업이 완료되고 결과에 대한 매개 변수를 제공할 때까지 기다리는 개체를 나타냅니다.</summary>
  403. <typeparam name="TResult">작업의 결과입니다.</typeparam>
  404. </member>
  405. <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.GetResult">
  406. <summary>비동기 작업의 완료에 대한 대기를 종료합니다.</summary>
  407. <returns>완료된 작업의 결과입니다.</returns>
  408. <exception cref="T:System.NullReferenceException">
  409. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> 개체가 제대로 초기화되지 않은 경우</exception>
  410. <exception cref="T:System.Threading.Tasks.TaskCanceledException">작업이 취소되었습니다.</exception>
  411. <exception cref="T:System.Exception">작업이 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 상태로 완료되었습니다.</exception>
  412. </member>
  413. <member name="P:System.Runtime.CompilerServices.TaskAwaiter`1.IsCompleted">
  414. <summary>비동기 작업이 완료되었는지 여부를 나타내는 값을 가져옵니다.</summary>
  415. <returns>작업이 완료되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  416. <exception cref="T:System.NullReferenceException">
  417. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> 개체가 제대로 초기화되지 않은 경우</exception>
  418. </member>
  419. <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.OnCompleted(System.Action)">
  420. <summary>
  421. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> 개체가 비동기 작업을 완료하기 위해 대기를 중지할 경우 수행할 동작을 설정합니다.</summary>
  422. <param name="continuation">대기 작업이 완료될 때 수행할 작업입니다.</param>
  423. <exception cref="T:System.ArgumentNullException">
  424. <paramref name="continuation" />가 null인 경우</exception>
  425. <exception cref="T:System.NullReferenceException">
  426. <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> 개체가 제대로 초기화되지 않은 경우</exception>
  427. </member>
  428. <member name="M:System.Runtime.CompilerServices.TaskAwaiter`1.UnsafeOnCompleted(System.Action)">
  429. <summary>이 awaiter와 연결된 비동기 작업에 대한 연속 작업을 예약합니다.</summary>
  430. <param name="continuation">대기 작업이 완료될 때 호출할 작업입니다.</param>
  431. <exception cref="T:System.ArgumentNullException">
  432. <paramref name="continuation" />가 null인 경우</exception>
  433. <exception cref="T:System.InvalidOperationException">awaiter가 제대로 초기화되지 않은 경우</exception>
  434. </member>
  435. <member name="T:System.Runtime.CompilerServices.YieldAwaitable">
  436. <summary>비동기적으로 대상 환경으로 전환할 때 대기에 대한 컨텍스트를 제공합니다.</summary>
  437. </member>
  438. <member name="M:System.Runtime.CompilerServices.YieldAwaitable.GetAwaiter">
  439. <summary>클래스의 이 인스턴스에 대한 <see cref="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter" /> 개체를 검색합니다.</summary>
  440. <returns>비동기 작업의 완료를 모니터링하는 데 사용되는 개체입니다.</returns>
  441. </member>
  442. <member name="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter">
  443. <summary>대상 환경으로 전환하는 awaiter를 제공합니다.</summary>
  444. </member>
  445. <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.GetResult">
  446. <summary>대기 작업을 종료합니다.</summary>
  447. </member>
  448. <member name="P:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.IsCompleted">
  449. <summary>양보가 필요하지 않은지 여부를 나타내는 값을 가져옵니다.</summary>
  450. <returns>항상 false이며, 이는 <see cref="T:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter" />에 항상 yield가 필요함을 나타냅니다.</returns>
  451. </member>
  452. <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.OnCompleted(System.Action)">
  453. <summary>호출할 연속을 설정합니다.</summary>
  454. <param name="continuation">비동기적으로 호출하는 작업입니다.</param>
  455. <exception cref="T:System.ArgumentNullException">
  456. <paramref name="continuation" />가 null입니다.</exception>
  457. </member>
  458. <member name="M:System.Runtime.CompilerServices.YieldAwaitable.YieldAwaiter.UnsafeOnCompleted(System.Action)">
  459. <summary>
  460. <paramref name="continuation" />을 현재 컨텍스트로 다시 게시합니다.</summary>
  461. <param name="continuation">비동기적으로 호출하는 작업입니다.</param>
  462. <exception cref="T:System.ArgumentNullException">
  463. <paramref name="continuation" /> 인수가 null인 경우</exception>
  464. </member>
  465. <member name="T:System.Threading.CancellationToken">
  466. <summary>작업을 취소해야 한다는 알림을 전파합니다.</summary>
  467. </member>
  468. <member name="M:System.Threading.CancellationToken.#ctor(System.Boolean)">
  469. <summary>
  470. <see cref="T:System.Threading.CancellationToken" />을(를) 초기화합니다.</summary>
  471. <param name="canceled">토큰의 취소된 상태입니다.</param>
  472. </member>
  473. <member name="P:System.Threading.CancellationToken.CanBeCanceled">
  474. <summary>이 토큰이 취소된 상태로 있을 수 있는지 여부를 가져옵니다.</summary>
  475. <returns>이 토큰이 취소된 상태로 있을 수 있으면 true이고, 그렇지 않으면 false입니다.</returns>
  476. </member>
  477. <member name="M:System.Threading.CancellationToken.Equals(System.Object)">
  478. <summary>현재 <see cref="T:System.Threading.CancellationToken" /> 인스턴스와 지정한 <see cref="T:System.Object" />가 같은지 여부를 확인합니다.</summary>
  479. <returns>
  480. <paramref name="other" />가 <see cref="T:System.Threading.CancellationToken" />이고 두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.둘 다 동일한 <see cref="T:System.Threading.CancellationTokenSource" />에 연결되어 있거나 둘 다 public CancellationToken 생성자에서 생성되고 <see cref="P:System.Threading.CancellationToken.IsCancellationRequested" /> 값이 같으면 두 토큰은 같습니다.</returns>
  481. <param name="other">이 인스턴스와 비교할 다른 개체입니다.</param>
  482. <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  483. </member>
  484. <member name="M:System.Threading.CancellationToken.Equals(System.Threading.CancellationToken)">
  485. <summary>현재 <see cref="T:System.Threading.CancellationToken" /> 인스턴스와 지정한 토큰이 같은지 여부를 확인합니다.</summary>
  486. <returns>두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.둘 다 동일한 <see cref="T:System.Threading.CancellationTokenSource" />에 연결되어 있거나 둘 다 public CancellationToken 생성자에서 생성되고 <see cref="P:System.Threading.CancellationToken.IsCancellationRequested" /> 값이 같으면 두 토큰은 같습니다.</returns>
  487. <param name="other">이 인스턴스와 비교할 다른 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  488. </member>
  489. <member name="M:System.Threading.CancellationToken.GetHashCode">
  490. <summary>
  491. <see cref="T:System.Threading.CancellationToken" />의 해시 함수 역할을 수행합니다.</summary>
  492. <returns>현재 <see cref="T:System.Threading.CancellationToken" /> 인스턴스에 대한 해시 코드입니다.</returns>
  493. </member>
  494. <member name="P:System.Threading.CancellationToken.IsCancellationRequested">
  495. <summary>이 토큰의 취소가 요청되었는지 여부를 가져옵니다.</summary>
  496. <returns>이 토큰의 취소가 요청되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  497. </member>
  498. <member name="P:System.Threading.CancellationToken.None">
  499. <summary>빈 <see cref="T:System.Threading.CancellationToken" /> 값을 반환합니다.</summary>
  500. <returns>빈 취소 토큰입니다. </returns>
  501. </member>
  502. <member name="M:System.Threading.CancellationToken.op_Equality(System.Threading.CancellationToken,System.Threading.CancellationToken)">
  503. <summary>두 개의 <see cref="T:System.Threading.CancellationToken" /> 인스턴스가 같은지 여부를 확인합니다.</summary>
  504. <returns>두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.</returns>
  505. <param name="left">첫 번째 인스턴스입니다.</param>
  506. <param name="right">두 번째 인스턴스입니다.</param>
  507. <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  508. </member>
  509. <member name="M:System.Threading.CancellationToken.op_Inequality(System.Threading.CancellationToken,System.Threading.CancellationToken)">
  510. <summary>두 <see cref="T:System.Threading.CancellationToken" /> 인스턴스가 서로 다른지 여부를 확인합니다.</summary>
  511. <returns>인스턴스가 서로 다르면 true이고, 그렇지 않으면 false입니다.</returns>
  512. <param name="left">첫 번째 인스턴스입니다.</param>
  513. <param name="right">두 번째 인스턴스입니다.</param>
  514. <exception cref="T:System.ObjectDisposedException">An associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  515. </member>
  516. <member name="M:System.Threading.CancellationToken.Register(System.Action)">
  517. <summary>이 <see cref="T:System.Threading.CancellationToken" />이 취소될 때 호출할 대리자를 등록합니다.</summary>
  518. <returns>콜백 등록을 취소하는 데 사용할 수 있는 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스입니다.</returns>
  519. <param name="callback">
  520. <see cref="T:System.Threading.CancellationToken" />이 취소될 때 실행할 대리자입니다.</param>
  521. <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  522. <exception cref="T:System.ArgumentNullException">
  523. <paramref name="callback" /> is null.</exception>
  524. </member>
  525. <member name="M:System.Threading.CancellationToken.Register(System.Action,System.Boolean)">
  526. <summary>이 <see cref="T:System.Threading.CancellationToken" />이 취소될 때 호출할 대리자를 등록합니다.</summary>
  527. <returns>콜백 등록을 취소하는 데 사용할 수 있는 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스입니다.</returns>
  528. <param name="callback">
  529. <see cref="T:System.Threading.CancellationToken" />이 취소될 때 실행할 대리자입니다.</param>
  530. <param name="useSynchronizationContext">현재 <see cref="T:System.Threading.SynchronizationContext" />를 캡처하여 <paramref name="callback" />을 호출할 때 사용할지 여부를 나타내는 부울 값입니다.</param>
  531. <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  532. <exception cref="T:System.ArgumentNullException">
  533. <paramref name="callback" /> is null.</exception>
  534. </member>
  535. <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object},System.Object)">
  536. <summary>이 <see cref="T:System.Threading.CancellationToken" />이 취소될 때 호출할 대리자를 등록합니다.</summary>
  537. <returns>콜백 등록을 취소하는 데 사용할 수 있는 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스입니다.</returns>
  538. <param name="callback">
  539. <see cref="T:System.Threading.CancellationToken" />이 취소될 때 실행할 대리자입니다.</param>
  540. <param name="state">대리자가 호출될 때 <paramref name="callback" />에 전달할 상태입니다.null일 수 있습니다.</param>
  541. <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  542. <exception cref="T:System.ArgumentNullException">
  543. <paramref name="callback" /> is null.</exception>
  544. </member>
  545. <member name="M:System.Threading.CancellationToken.Register(System.Action{System.Object},System.Object,System.Boolean)">
  546. <summary>이 <see cref="T:System.Threading.CancellationToken" />이 취소될 때 호출할 대리자를 등록합니다.</summary>
  547. <returns>콜백 등록을 취소하는 데 사용할 수 있는 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스입니다.</returns>
  548. <param name="callback">
  549. <see cref="T:System.Threading.CancellationToken" />이 취소될 때 실행할 대리자입니다.</param>
  550. <param name="state">대리자가 호출될 때 <paramref name="callback" />에 전달할 상태입니다.null일 수 있습니다.</param>
  551. <param name="useSynchronizationContext">현재 <see cref="T:System.Threading.SynchronizationContext" />를 캡처하여 <paramref name="callback" />을 호출할 때 사용할지 여부를 나타내는 부울 값입니다.</param>
  552. <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  553. <exception cref="T:System.ArgumentNullException">
  554. <paramref name="callback" /> is null.</exception>
  555. </member>
  556. <member name="M:System.Threading.CancellationToken.ThrowIfCancellationRequested">
  557. <summary>이 토큰의 취소가 요청된 경우 <see cref="T:System.OperationCanceledException" />이 발생합니다.</summary>
  558. <exception cref="T:System.OperationCanceledException">The token has had cancellation requested.</exception>
  559. <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  560. </member>
  561. <member name="P:System.Threading.CancellationToken.WaitHandle">
  562. <summary>토큰이 취소될 때 신호를 받는 <see cref="T:System.Threading.WaitHandle" />을 가져옵니다.</summary>
  563. <returns>토큰이 취소될 때 신호를 받는 <see cref="T:System.Threading.WaitHandle" />입니다.</returns>
  564. <exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  565. </member>
  566. <member name="T:System.Threading.CancellationTokenRegistration">
  567. <summary>
  568. <see cref="T:System.Threading.CancellationToken" />에 등록된 콜백 대리자를 나타냅니다. </summary>
  569. </member>
  570. <member name="M:System.Threading.CancellationTokenRegistration.Dispose">
  571. <summary>
  572. <see cref="T:System.Threading.CancellationTokenRegistration" /> 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제합니다.</summary>
  573. </member>
  574. <member name="M:System.Threading.CancellationTokenRegistration.Equals(System.Object)">
  575. <summary>현재 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스와 지정한 <see cref="T:System.Threading.CancellationTokenRegistration" />이 같은지 여부를 확인합니다.</summary>
  576. <returns>이 인스턴스와 <paramref name="obj" />가 같으면 true이고,그렇지 않으면 false입니다.두 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스 모두 <see cref="T:System.Threading.CancellationToken" />의 같은 Register 메서드에 대한 단일 호출의 출력을 참조할 경우 두 인스턴스는 같습니다.</returns>
  577. <param name="obj">이 인스턴스와 비교할 다른 개체입니다.</param>
  578. </member>
  579. <member name="M:System.Threading.CancellationTokenRegistration.Equals(System.Threading.CancellationTokenRegistration)">
  580. <summary>현재 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스와 지정한 <see cref="T:System.Threading.CancellationTokenRegistration" />이 같은지 여부를 확인합니다.</summary>
  581. <returns>이 인스턴스와 <paramref name="other" />가 같으면 true이고,그렇지 않으면 false입니다. 두 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스 모두 <see cref="T:System.Threading.CancellationToken" />의 같은 Register 메서드에 대한 단일 호출의 출력을 참조할 경우 두 인스턴스는 같습니다.</returns>
  582. <param name="other">이 인스턴스와 비교할 다른 <see cref="T:System.Threading.CancellationTokenRegistration" />입니다.</param>
  583. </member>
  584. <member name="M:System.Threading.CancellationTokenRegistration.GetHashCode">
  585. <summary>
  586. <see cref="T:System.Threading.CancellationTokenRegistration" />에 대한 해시 함수 역할을 합니다.</summary>
  587. <returns>현재 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스에 대한 해시 코드입니다.</returns>
  588. </member>
  589. <member name="M:System.Threading.CancellationTokenRegistration.op_Equality(System.Threading.CancellationTokenRegistration,System.Threading.CancellationTokenRegistration)">
  590. <summary>두 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스가 같은지 여부를 확인합니다.</summary>
  591. <returns>두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.</returns>
  592. <param name="left">첫 번째 인스턴스입니다.</param>
  593. <param name="right">두 번째 인스턴스입니다.</param>
  594. </member>
  595. <member name="M:System.Threading.CancellationTokenRegistration.op_Inequality(System.Threading.CancellationTokenRegistration,System.Threading.CancellationTokenRegistration)">
  596. <summary>두 <see cref="T:System.Threading.CancellationTokenRegistration" /> 인스턴스가 서로 다른지 여부를 확인합니다.</summary>
  597. <returns>인스턴스가 서로 다르면 true이고, 그렇지 않으면 false입니다.</returns>
  598. <param name="left">첫 번째 인스턴스입니다.</param>
  599. <param name="right">두 번째 인스턴스입니다.</param>
  600. </member>
  601. <member name="T:System.Threading.CancellationTokenSource">
  602. <summary>취소되도록 <see cref="T:System.Threading.CancellationToken" />에 신호를 보냅니다.</summary>
  603. </member>
  604. <member name="M:System.Threading.CancellationTokenSource.#ctor">
  605. <summary>
  606. <see cref="T:System.Threading.CancellationTokenSource" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  607. </member>
  608. <member name="M:System.Threading.CancellationTokenSource.#ctor(System.Int32)">
  609. <summary>지정한 지연(밀리초) 후에 취소되는 <see cref="T:System.Threading.CancellationTokenSource" />의 새 인스턴스를 초기화합니다.</summary>
  610. <param name="millisecondsDelay">이 <see cref="T:System.Threading.CancellationTokenSource" />이(가) 취소될 때까지 대기하는 시간(밀리초) 간격입니다. </param>
  611. <exception cref="T:System.ArgumentOutOfRangeException">
  612. <paramref name="millisecondsDelay" /> is less than -1. </exception>
  613. </member>
  614. <member name="M:System.Threading.CancellationTokenSource.#ctor(System.TimeSpan)">
  615. <summary>지정한 시간 범위 후에 취소되는 <see cref="T:System.Threading.CancellationTokenSource" />의 새 인스턴스를 초기화합니다.</summary>
  616. <param name="delay">이 <see cref="T:System.Threading.CancellationTokenSource" />이(가) 취소될 때까지 대기하는 시간 간격입니다.</param>
  617. <exception cref="T:System.ArgumentOutOfRangeException">
  618. <paramref name="delay" />.<see cref="P:System.TimeSpan.TotalMilliseconds" /> is less than -1 or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
  619. </member>
  620. <member name="M:System.Threading.CancellationTokenSource.Cancel">
  621. <summary>취소 요청을 전달합니다.</summary>
  622. <exception cref="T:System.ObjectDisposedException">This <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  623. <exception cref="T:System.AggregateException">An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated <see cref="T:System.Threading.CancellationToken" />.</exception>
  624. </member>
  625. <member name="M:System.Threading.CancellationTokenSource.Cancel(System.Boolean)">
  626. <summary>취소 요청을 전달하고 나머지 콜백과 취소 가능한 작업을 처리해야 하는지를 지정합니다.</summary>
  627. <param name="throwOnFirstException">예외를 즉시 전파해야 하는 경우 true이고, 그렇지 않으면 false입니다.</param>
  628. <exception cref="T:System.ObjectDisposedException">This <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  629. <exception cref="T:System.AggregateException">An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated <see cref="T:System.Threading.CancellationToken" />.</exception>
  630. </member>
  631. <member name="M:System.Threading.CancellationTokenSource.CancelAfter(System.Int32)">
  632. <summary>지정한 시간(밀리초) 후에 이 <see cref="T:System.Threading.CancellationTokenSource" />를 취소하는 작업을 예약합니다.</summary>
  633. <param name="millisecondsDelay">이 <see cref="T:System.Threading.CancellationTokenSource" />를 취소하기 전에 대기할 시간 범위입니다.</param>
  634. <exception cref="T:System.ObjectDisposedException">The exception thrown when this <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  635. <exception cref="T:System.ArgumentOutOfRangeException">The exception thrown when <paramref name="millisecondsDelay" /> is less than -1.</exception>
  636. </member>
  637. <member name="M:System.Threading.CancellationTokenSource.CancelAfter(System.TimeSpan)">
  638. <summary>지정한 시간 범위 후에 이 <see cref="T:System.Threading.CancellationTokenSource" />를 취소하는 작업을 예약합니다.</summary>
  639. <param name="delay">이 <see cref="T:System.Threading.CancellationTokenSource" />를 취소하기 전에 대기할 시간 범위입니다.</param>
  640. <exception cref="T:System.ObjectDisposedException">The exception thrown when this <see cref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
  641. <exception cref="T:System.ArgumentOutOfRangeException">The exception that is thrown when <paramref name="delay" /> is less than -1 or greater than Int32.MaxValue.</exception>
  642. </member>
  643. <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken,System.Threading.CancellationToken)">
  644. <summary>취소된 상태인 원본 토큰이 있는 경우 취소된 상태가 되는 <see cref="T:System.Threading.CancellationTokenSource" />를 만듭니다.</summary>
  645. <returns>원본 토큰에 연결된 <see cref="T:System.Threading.CancellationTokenSource" />입니다.</returns>
  646. <param name="token1">관찰할 첫 번째 취소 토큰입니다.</param>
  647. <param name="token2">관찰할 두 번째 취소 토큰입니다.</param>
  648. <exception cref="T:System.ObjectDisposedException">A <see cref="T:System.Threading.CancellationTokenSource" /> associated with one of the source tokens has been disposed.</exception>
  649. </member>
  650. <member name="M:System.Threading.CancellationTokenSource.CreateLinkedTokenSource(System.Threading.CancellationToken[])">
  651. <summary>지정한 배열에 취소된 상태인 원본 토큰이 있는 경우 취소된 상태가 되는 <see cref="T:System.Threading.CancellationTokenSource" />를 만듭니다.</summary>
  652. <returns>원본 토큰에 연결된 <see cref="T:System.Threading.CancellationTokenSource" />입니다.</returns>
  653. <param name="tokens">관찰할 취소 토큰 인스턴스를 포함하는 배열입니다.</param>
  654. <exception cref="T:System.ObjectDisposedException">A <see cref="T:System.Threading.CancellationTokenSource" /> associated with one of the source tokens has been disposed.</exception>
  655. <exception cref="T:System.ArgumentNullException">
  656. <paramref name="tokens" /> is null.</exception>
  657. <exception cref="T:System.ArgumentException">
  658. <paramref name="tokens" /> is empty.</exception>
  659. </member>
  660. <member name="M:System.Threading.CancellationTokenSource.Dispose">
  661. <summary>
  662. <see cref="T:System.Threading.CancellationTokenSource" /> 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제합니다.</summary>
  663. </member>
  664. <member name="M:System.Threading.CancellationTokenSource.Dispose(System.Boolean)">
  665. <summary>
  666. <see cref="T:System.Threading.CancellationTokenSource" /> 클래스에 사용되는 관리되지 않는 리소스를 해제하고, 필요에 따라 관리되는 리소스를 해제합니다.</summary>
  667. <param name="disposing">관리되는 리소스와 관리되지 않는 리소스를 모두 해제하려면 true로 설정하고, 관리되지 않는 리소스만 해제하려면 false로 설정합니다.</param>
  668. </member>
  669. <member name="P:System.Threading.CancellationTokenSource.IsCancellationRequested">
  670. <summary>이 <see cref="T:System.Threading.CancellationTokenSource" />의 취소가 요청되었는지 여부를 가져옵니다.</summary>
  671. <returns>이 <see cref="T:System.Threading.CancellationTokenSource" />의 취소가 요청되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  672. </member>
  673. <member name="P:System.Threading.CancellationTokenSource.Token">
  674. <summary>이 <see cref="T:System.Threading.CancellationToken" />와 연결된 <see cref="T:System.Threading.CancellationTokenSource" />를 가져옵니다.</summary>
  675. <returns>이 <see cref="T:System.Threading.CancellationToken" />와 연결된 <see cref="T:System.Threading.CancellationTokenSource" />입니다.</returns>
  676. <exception cref="T:System.ObjectDisposedException">The token source has been disposed.</exception>
  677. </member>
  678. <member name="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair">
  679. <summary>동시 작업을 동시에 실행하고 전용 작업은 실행하지 않으면서 작업을 실행하도록 조정하는 작업 스케줄러를 제공합니다.</summary>
  680. </member>
  681. <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor">
  682. <summary>
  683. <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  684. </member>
  685. <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler)">
  686. <summary>지정된 스케줄러를 대상으로 하는 <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  687. <param name="taskScheduler">이 쌍을 실행해야 하는 대상 스케줄러입니다.</param>
  688. </member>
  689. <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler,System.Int32)">
  690. <summary>최대 동시성 수준을 사용하여 지정된 스케줄러를 대상으로 하는 <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  691. <param name="taskScheduler">이 쌍을 실행해야 하는 대상 스케줄러입니다.</param>
  692. <param name="maxConcurrencyLevel">동시에 실행할 최대 작업 수입니다.</param>
  693. </member>
  694. <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.#ctor(System.Threading.Tasks.TaskScheduler,System.Int32,System.Int32)">
  695. <summary>최대 동시성 수준과 예약된 최대 작업 수(단위로 처리될 수도 있음)와 함께 지정한 스케줄러를 대상으로 하는 <see cref="T:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair" /> 클래스의 새 인스턴스를 초기화하고 보호 수준에 서명합니다.</summary>
  696. <param name="taskScheduler">이 쌍을 실행해야 하는 대상 스케줄러입니다.</param>
  697. <param name="maxConcurrencyLevel">동시에 실행할 최대 작업 수입니다.</param>
  698. <param name="maxItemsPerTask">쌍으로 사용되는 예약된 각 내부 작업을 처리하는 최대 작업 수입니다.</param>
  699. </member>
  700. <member name="M:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.Complete">
  701. <summary>스케줄러 쌍에게 추가 작업을 수락할 수 없음을 알립니다.</summary>
  702. </member>
  703. <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.Completion">
  704. <summary>스케줄러가 처리를 완료하면 완료될 <see cref="T:System.Threading.Tasks.Task" />를 가져옵니다.</summary>
  705. <returns>스케줄러 처리를 마칠 때 완료되는 비동기 작업입니다.</returns>
  706. </member>
  707. <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ConcurrentScheduler">
  708. <summary>이 쌍에서 다른 작업과 동시에 실행될 수 있는 이 쌍에 대한 작업을 예약하는 데 사용할 수 있는 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 가져옵니다.</summary>
  709. <returns>동시에 작업을 예약하는 데 사용할 수 있는 개체입니다.</returns>
  710. </member>
  711. <member name="P:System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ExclusiveScheduler">
  712. <summary>이 쌍에서 다른 작업과 관련하여 단독으로 실행되어야 하는 이 쌍에 대한 작업을 예약하는 데 사용할 수 있는 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 가져옵니다.</summary>
  713. <returns>다른 작업과 동시에 실행되지 않는 작업을 예약하는 데 사용할 수 있는 개체입니다.</returns>
  714. </member>
  715. <member name="T:System.Threading.Tasks.Task">
  716. <summary>비동기 작업을 나타냅니다.이 형식에 대한 .NET Framework 소스 코드를 찾아보려면 참조 원본을 참조하세요.</summary>
  717. </member>
  718. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action)">
  719. <summary>지정된 작업을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  720. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  721. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  722. </member>
  723. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action,System.Threading.CancellationToken)">
  724. <summary>지정된 작업을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" /> 및 <see cref="T:System.Threading.CancellationToken" />을 초기화합니다.</summary>
  725. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  726. <param name="cancellationToken">작업이 관찰할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  727. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed. </exception>
  728. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  729. </member>
  730. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
  731. <summary>지정된 작업 및 만들기 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  732. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  733. <param name="cancellationToken">작업이 관찰할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  734. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  735. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
  736. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  737. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  738. </member>
  739. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action,System.Threading.Tasks.TaskCreationOptions)">
  740. <summary>지정된 작업 및 만들기 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  741. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  742. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다. </param>
  743. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  744. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  745. </member>
  746. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object)">
  747. <summary>지정된 작업 및 상태를 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  748. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  749. <param name="state">동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  750. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  751. </member>
  752. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object,System.Threading.CancellationToken)">
  753. <summary>지정된 작업, 상태 및 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  754. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  755. <param name="state">동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  756. <param name="cancellationToken">새 작업이 관찰할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  757. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
  758. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  759. </member>
  760. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
  761. <summary>지정된 작업, 상태 및 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  762. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  763. <param name="state">동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  764. <param name="cancellationToken">새 작업이 관찰할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  765. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  766. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
  767. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  768. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  769. </member>
  770. <member name="M:System.Threading.Tasks.Task.#ctor(System.Action{System.Object},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  771. <summary>지정된 작업, 상태 및 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task" />를 초기화합니다.</summary>
  772. <param name="action">작업에서 실행할 코드를 나타내는 대리자입니다.</param>
  773. <param name="state">동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  774. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  775. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> argument is null.</exception>
  776. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  777. </member>
  778. <member name="P:System.Threading.Tasks.Task.AsyncState">
  779. <summary>
  780. <see cref="T:System.Threading.Tasks.Task" />를 만들 때 제공된 상태 개체를 가져오거나, 제공된 개체가 없는 경우 null을 가져옵니다.</summary>
  781. <returns>작업을 만들 때 작업에 전달된 상태 데이터를 나타내는 <see cref="T:System.Object" />입니다.</returns>
  782. </member>
  783. <member name="P:System.Threading.Tasks.Task.CompletedTask">
  784. <summary>이미 성공적으로 완료된 작업을 가져옵니다. </summary>
  785. <returns>작업을 완료했습니다. </returns>
  786. </member>
  787. <member name="M:System.Threading.Tasks.Task.ConfigureAwait(System.Boolean)">
  788. <summary>이 <see cref="T:System.Threading.Tasks.Task" />를 기다리는 데 사용되는 awaiter를 구성합니다.</summary>
  789. <returns>이 작업을 기다리는 데 사용되는 개체입니다.</returns>
  790. <param name="continueOnCapturedContext">캡처된 원래 컨텍스트로 연속 마샬링하려면 true이고, 그렇지 않으면 false입니다.</param>
  791. </member>
  792. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task})">
  793. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  794. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  795. <param name="continuationAction">
  796. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  797. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  798. </member>
  799. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
  800. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료될 때 취소 토큰을 받고 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  801. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  802. <param name="continuationAction">
  803. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  804. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  805. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed. </exception>
  806. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  807. </member>
  808. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  809. <summary>지정된 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />에 따라 대상 작업이 완료되면 실행되는 연속 작업을 만듭니다.연속 작업이 취소 토큰을 받고 지정된 스케줄러를 사용합니다.</summary>
  810. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  811. <param name="continuationAction">지정된 <paramref name="continuationOptions" />에 따라 실행되는 작업입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  812. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  813. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  814. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  815. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
  816. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  817. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  818. </member>
  819. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskContinuationOptions)">
  820. <summary>지정된 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />에 따라 대상 작업이 완료되면 실행되는 연속 작업을 만듭니다.</summary>
  821. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  822. <param name="continuationAction">지정된 <paramref name="continuationOptions" />에 따라 실행되는 작업입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  823. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  824. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  825. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  826. </member>
  827. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskScheduler)">
  828. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.연속 작업은 지정된 스케줄러를 사용합니다.</summary>
  829. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  830. <param name="continuationAction">
  831. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  832. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  833. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  834. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null. -or-The <paramref name="scheduler" /> argument is null.</exception>
  835. </member>
  836. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object)">
  837. <summary>호출자 제공 상태 정보를 받으며 대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되면 실행되는 연속 작업을 만듭니다. </summary>
  838. <returns>새 연속 작업입니다. </returns>
  839. <param name="continuationAction">작업이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  840. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다. </param>
  841. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  842. </member>
  843. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.CancellationToken)">
  844. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료될 때 호출자 제공 상태 정보 및 취소 토큰을 받고 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  845. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  846. <param name="continuationAction">
  847. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  848. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  849. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  850. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  851. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  852. </member>
  853. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  854. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료될 때 호출자 제공 상태 정보 및 취소 토큰을 받고 실행되는 연속 작업을 만듭니다.연속 작업은 지정된 조건의 집합에 따라 실행되며 지정된 스케줄러를 사용합니다.</summary>
  855. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  856. <param name="continuationAction">
  857. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  858. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  859. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  860. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  861. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  862. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  863. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  864. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  865. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  866. </member>
  867. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
  868. <summary>호출자 제공 상태 정보를 받으며 대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되면 실행되는 연속 작업을 만듭니다.연속 작업은 지정된 조건의 집합에 따라 실행됩니다.</summary>
  869. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  870. <param name="continuationAction">
  871. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  872. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  873. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  874. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  875. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  876. </member>
  877. <member name="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task,System.Object},System.Object,System.Threading.Tasks.TaskScheduler)">
  878. <summary>호출자 제공 상태 정보를 받으며 대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되면 비동기적으로 실행되는 연속 작업을 만듭니다.연속 작업은 지정된 스케줄러를 사용합니다.</summary>
  879. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  880. <param name="continuationAction">
  881. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  882. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  883. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  884. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  885. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  886. </member>
  887. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0})">
  888. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이(가) 완료되고 값을 가져오면 비동기적으로 실행되는 연속 작업을 만듭니다. </summary>
  889. <returns>새 연속 작업입니다. </returns>
  890. <param name="continuationFunction">
  891. <see cref="T:System.Threading.Tasks.Task`1" />이(가) 완료되면 실행되는 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  892. <typeparam name="TResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  893. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  894. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  895. </member>
  896. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken)">
  897. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되고 값을 가져오면 비동기적으로 실행되는 연속 작업을 만듭니다.연속 작업이 취소 토큰을 받습니다.</summary>
  898. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  899. <param name="continuationFunction">
  900. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  901. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  902. <typeparam name="TResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  903. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.-or-The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
  904. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  905. </member>
  906. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  907. <summary>지정된 연속 작업 옵션에 따라 실행되고 값을 가져오는 연속 작업을 만듭니다.연속 작업에 취소 토큰이 전달되고 지정된 스케줄러를 사용합니다.</summary>
  908. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  909. <param name="continuationFunction">지정된 <paramref name="continuationOptions." />에 따라 실행할 함수. 실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  910. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  911. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  912. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  913. <typeparam name="TResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  914. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.-or-The <see cref="T:System.Threading.CancellationTokenSource" /> that created the token has already been disposed.</exception>
  915. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  916. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  917. </member>
  918. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskContinuationOptions)">
  919. <summary>지정된 연속 작업 옵션에 따라 실행되고 값을 가져오는 연속 작업을 만듭니다. </summary>
  920. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  921. <param name="continuationFunction">
  922. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  923. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  924. <typeparam name="TResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  925. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  926. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  927. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  928. </member>
  929. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskScheduler)">
  930. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되고 값을 가져오면 비동기적으로 실행되는 연속 작업을 만듭니다.연속 작업은 지정된 스케줄러를 사용합니다.</summary>
  931. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  932. <param name="continuationFunction">
  933. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  934. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  935. <typeparam name="TResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  936. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  937. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  938. </member>
  939. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object)">
  940. <summary>호출자 제공 상태 정보를 받으며 대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되고 값을 가져오면 비동기적으로 실행되는 연속 작업을 만듭니다. </summary>
  941. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  942. <param name="continuationFunction">
  943. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  944. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  945. <typeparam name="TResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  946. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  947. </member>
  948. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.CancellationToken)">
  949. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되고 값을 가져오면 비동기적으로 실행되는 연속 작업을 만듭니다.연속 작업은 호출자 제공한 상태 정보 및 취소 토큰을 받습니다.</summary>
  950. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  951. <param name="continuationFunction">
  952. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  953. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  954. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  955. <typeparam name="TResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  956. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  957. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  958. </member>
  959. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  960. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되고 값을 가져오면 지정된 작업 연속 옵션에 따라 실행되는 연속 작업을 만듭니다.연속 작업은 호출자 제공 상태 정보 및 취소 토큰을 받고 지정된 스케줄러를 사용합니다.</summary>
  961. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  962. <param name="continuationFunction">
  963. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  964. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  965. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  966. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  967. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  968. <typeparam name="TResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  969. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  970. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  971. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  972. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  973. </member>
  974. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
  975. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />이(가) 완료되면 지정된 작업 연속 옵션에 따라 실행되는 연속 작업을 만듭니다.연속 작업은 호출자 제공 상태 정보를 받습니다.</summary>
  976. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  977. <param name="continuationFunction">
  978. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  979. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  980. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  981. <typeparam name="TResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  982. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  983. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  984. </member>
  985. <member name="M:System.Threading.Tasks.Task.ContinueWith``1(System.Func{System.Threading.Tasks.Task,System.Object,``0},System.Object,System.Threading.Tasks.TaskScheduler)">
  986. <summary>대상 <see cref="T:System.Threading.Tasks.Task" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.연속 작업은 호출자 제공 상태 정보를 받고 지정된 스케줄러를 사용합니다.</summary>
  987. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  988. <param name="continuationFunction">
  989. <see cref="T:System.Threading.Tasks.Task" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  990. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  991. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  992. <typeparam name="TResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  993. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  994. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  995. </member>
  996. <member name="P:System.Threading.Tasks.Task.CreationOptions">
  997. <summary>이 작업을 만드는 데 사용된 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />를 가져옵니다.</summary>
  998. <returns>이 작업을 만드는 데 사용된 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</returns>
  999. </member>
  1000. <member name="P:System.Threading.Tasks.Task.CurrentId">
  1001. <summary>현재 실행 중인 <see cref="T:System.Threading.Tasks.Task" />의 고유 ID를 반환합니다.</summary>
  1002. <returns>시스템에서 현재 실행 중인 작업에 할당한 정수입니다.</returns>
  1003. </member>
  1004. <member name="M:System.Threading.Tasks.Task.Delay(System.Int32)">
  1005. <summary>시간 지연 후 완료되는 작업을 만듭니다. </summary>
  1006. <returns>시간 지연을 나타내는 작업입니다. </returns>
  1007. <param name="millisecondsDelay">반환된 작업을 완료하기 전에 대기하는 시간(밀리초)입니다. -1은 무기한 대기를 나타냅니다. </param>
  1008. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay" /> argument is less than -1.</exception>
  1009. </member>
  1010. <member name="M:System.Threading.Tasks.Task.Delay(System.Int32,System.Threading.CancellationToken)">
  1011. <summary>시간 지연 후 완료되는 취소 가능 작업을 만듭니다. </summary>
  1012. <returns>시간 지연을 나타내는 작업입니다. </returns>
  1013. <param name="millisecondsDelay">반환된 작업을 완료하기 전에 대기하는 시간(밀리초)입니다. -1은 무기한 대기를 나타냅니다. </param>
  1014. <param name="cancellationToken">반환된 작업을 완료하기 전에 확인되는 취소 토큰입니다. </param>
  1015. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="millisecondsDelay" /> argument is less than -1. </exception>
  1016. <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled. </exception>
  1017. <exception cref="T:System.ObjectDisposedException">The provided <paramref name="cancellationToken" /> has already been disposed. </exception>
  1018. </member>
  1019. <member name="M:System.Threading.Tasks.Task.Delay(System.TimeSpan)">
  1020. <summary>지정된 시간 제한 간격 후 완료되는 작업을 만듭니다. </summary>
  1021. <returns>시간 지연을 나타내는 작업입니다. </returns>
  1022. <param name="delay">반환된 작업이 완료되기 전에 대기하는 시간 범위입니다. TimeSpan.FromMilliseconds(-1)는 무기한 대기를 나타냅니다. </param>
  1023. <exception cref="T:System.ArgumentOutOfRangeException">
  1024. <paramref name="delay" /> represents a negative time interval other than TimeSpan.FromMillseconds(-1). -or-The <paramref name="delay" /> argument's <see cref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <see cref="F:System.Int32.MaxValue" />. </exception>
  1025. </member>
  1026. <member name="M:System.Threading.Tasks.Task.Delay(System.TimeSpan,System.Threading.CancellationToken)">
  1027. <summary>지정된 시간 제한 간격 후 완료되는 취소 가능 작업을 만듭니다. </summary>
  1028. <returns>시간 지연을 나타내는 작업입니다. </returns>
  1029. <param name="delay">반환된 작업이 완료되기 전에 대기하는 시간 범위입니다. TimeSpan.FromMilliseconds(-1)는 무기한 대기를 나타냅니다. </param>
  1030. <param name="cancellationToken">반환된 작업을 완료하기 전에 확인되는 취소 토큰입니다. </param>
  1031. <exception cref="T:System.ArgumentOutOfRangeException">
  1032. <paramref name="delay" /> represents a negative time interval other than TimeSpan.FromMillseconds(-1). -or-The <paramref name="delay" /> argument's <see cref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <see cref="F:System.Int32.MaxValue" />. </exception>
  1033. <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
  1034. <exception cref="T:System.ObjectDisposedException">The provided <paramref name="cancellationToken" /> has already been disposed. </exception>
  1035. </member>
  1036. <member name="P:System.Threading.Tasks.Task.Exception">
  1037. <summary>
  1038. <see cref="T:System.AggregateException" />가 중간에 종료되도록 한 <see cref="T:System.Threading.Tasks.Task" />을 가져옵니다.<see cref="T:System.Threading.Tasks.Task" />가 완료되었거나 예외를 아직 throw하지 않은 경우 null을 반환합니다.</summary>
  1039. <returns>
  1040. <see cref="T:System.AggregateException" />가 중간에 종료되도록 한 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1041. </member>
  1042. <member name="P:System.Threading.Tasks.Task.Factory">
  1043. <summary>
  1044. <see cref="T:System.Threading.Tasks.Task" /> 및 <see cref="T:System.Threading.Tasks.Task`1" /> 인스턴스를 만들고 구성하는 팩터리 메서드에 대한 액세스를 제공합니다.</summary>
  1045. <returns>다양한 <see cref="T:System.Threading.Tasks.Task" /> 및 <see cref="T:System.Threading.Tasks.Task`1" /> 개체를 만들 수 있는 팩터리 개체입니다. </returns>
  1046. </member>
  1047. <member name="M:System.Threading.Tasks.Task.FromCanceled(System.Threading.CancellationToken)">
  1048. <summary>지정된 취소 토큰을 사용하여 취소로 인해 완료된 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  1049. <returns>취소된 작업입니다. </returns>
  1050. <param name="cancellationToken">작업을 완료하는 데 사용할 취소 토큰입니다. </param>
  1051. </member>
  1052. <member name="M:System.Threading.Tasks.Task.FromCanceled``1(System.Threading.CancellationToken)">
  1053. <summary>지정된 취소 토큰을 사용하여 취소로 인해 완료된 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  1054. <returns>취소된 작업입니다. </returns>
  1055. <param name="cancellationToken">작업을 완료하는 데 사용할 취소 토큰입니다. </param>
  1056. <typeparam name="TResult">작업에서 반환되는 결과의 형식입니다. </typeparam>
  1057. </member>
  1058. <member name="M:System.Threading.Tasks.Task.FromException``1(System.Exception)">
  1059. <summary>지정된 예외를 사용하여 완료된 <see cref="T:System.Threading.Tasks.Task`1" />을 만듭니다. </summary>
  1060. <returns>오류가 발생한 작업입니다. </returns>
  1061. <param name="exception">작업을 완료하는 데 사용할 예외입니다. </param>
  1062. <typeparam name="TResult">작업에서 반환되는 결과의 형식입니다. </typeparam>
  1063. </member>
  1064. <member name="M:System.Threading.Tasks.Task.FromException(System.Exception)">
  1065. <summary>지정된 예외를 사용하여 완료된 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다. </summary>
  1066. <returns>오류가 발생한 작업입니다. </returns>
  1067. <param name="exception">작업을 완료하는 데 사용할 예외입니다. </param>
  1068. </member>
  1069. <member name="M:System.Threading.Tasks.Task.FromResult``1(``0)">
  1070. <summary>지정된 결과로 완료되는 <see cref="T:System.Threading.Tasks.Task`1" />을 만듭니다.</summary>
  1071. <returns>작업을 완료했습니다.</returns>
  1072. <param name="result">완료된 작업에 저장할 결과입니다. </param>
  1073. <typeparam name="TResult">작업에서 반환되는 결과의 형식입니다. </typeparam>
  1074. </member>
  1075. <member name="M:System.Threading.Tasks.Task.GetAwaiter">
  1076. <summary>이 <see cref="T:System.Threading.Tasks.Task" />를 기다리는 데 사용되는 awaiter를 가져옵니다.</summary>
  1077. <returns>awaiter 인스턴스입니다.</returns>
  1078. </member>
  1079. <member name="P:System.Threading.Tasks.Task.Id">
  1080. <summary>이 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 고유 ID를 가져옵니다.</summary>
  1081. <returns>시스템에서 이 작업 인스턴스에 할당한 정수입니다. </returns>
  1082. </member>
  1083. <member name="P:System.Threading.Tasks.Task.IsCanceled">
  1084. <summary>이 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스가 취소되어 실행을 완료했는지를 가져옵니다.</summary>
  1085. <returns>이 작업이 취소되어 완료되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  1086. </member>
  1087. <member name="P:System.Threading.Tasks.Task.IsCompleted">
  1088. <summary>이 <see cref="T:System.Threading.Tasks.Task" />가 완료되었는지를 가져옵니다.</summary>
  1089. <returns>작업이 완료되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  1090. </member>
  1091. <member name="P:System.Threading.Tasks.Task.IsFaulted">
  1092. <summary>처리되지 않은 예외로 인해 <see cref="T:System.Threading.Tasks.Task" />가 완료되었는지를 가져옵니다.</summary>
  1093. <returns>이 작업이 처리되지 않은 예외를 throw했으면 true이고, 그렇지 않으면 false입니다.</returns>
  1094. </member>
  1095. <member name="M:System.Threading.Tasks.Task.Run(System.Action)">
  1096. <summary>지정한 작업을 스레드 풀에서 실행하도록 큐에 대기시키고 해당 작업에 대한 작업 핸들을 반환합니다.</summary>
  1097. <returns>스레드 풀에서 실행하도록 큐에 대기된 작업(work)을 나타내는 작업(task)입니다.</returns>
  1098. <param name="action">비동기적으로 실행할 작업입니다.</param>
  1099. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> parameter was null.</exception>
  1100. </member>
  1101. <member name="M:System.Threading.Tasks.Task.Run(System.Action,System.Threading.CancellationToken)">
  1102. <summary>지정한 작업을 스레드 풀에서 실행하도록 큐에 대기시키고 해당 작업에 대한 작업 핸들을 반환합니다.</summary>
  1103. <returns>스레드 풀에서 실행하도록 큐에 대기된 작업(work)을 나타내는 작업(task)입니다.</returns>
  1104. <param name="action">비동기적으로 실행할 작업입니다.</param>
  1105. <param name="cancellationToken">작업을 취소하는 데 사용해야 하는 취소 토큰입니다.</param>
  1106. <exception cref="T:System.ArgumentNullException">The <paramref name="action" /> parameter was null.</exception>
  1107. <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
  1108. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
  1109. </member>
  1110. <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}})">
  1111. <summary>지정한 작업을 ThreadPool에서 실행하도록 큐에 대기시키고 Task(TResult)에서 반환된 <paramref name="function" />에 대한 프록시를 반환합니다.</summary>
  1112. <returns>Task(TResult)에서 반환하는 Task(TResult)에 대한 프록시를 나타내는 <paramref name="function" />입니다.</returns>
  1113. <param name="function">비동기적으로 실행할 작업입니다.</param>
  1114. <typeparam name="TResult">프록시 작업에서 반환되는 결과의 형식입니다.</typeparam>
  1115. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was null.</exception>
  1116. </member>
  1117. <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)">
  1118. <summary>지정한 작업을 ThreadPool에서 실행하도록 큐에 대기시키고 Task(TResult)에서 반환된 <paramref name="function" />에 대한 프록시를 반환합니다.</summary>
  1119. <returns>Task(TResult)에서 반환하는 Task(TResult)에 대한 프록시를 나타내는 <paramref name="function" />입니다.</returns>
  1120. <param name="function">비동기적으로 실행할 작업입니다.</param>
  1121. <param name="cancellationToken">작업을 취소하는 데 사용해야 하는 취소 토큰입니다.</param>
  1122. <typeparam name="TResult">프록시 작업에서 반환되는 결과의 형식입니다.</typeparam>
  1123. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was null.</exception>
  1124. <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
  1125. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
  1126. </member>
  1127. <member name="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task})">
  1128. <summary>지정한 작업을 ThreadPool에서 실행하도록 큐에 대기시키고 <paramref name="function" />에서 반환된 작업에 대한 프록시를 반환합니다.</summary>
  1129. <returns>
  1130. <paramref name="function" />에서 반환하는 작업에 대한 프록시를 나타내는 작업입니다.</returns>
  1131. <param name="function">비동기적으로 실행할 작업입니다.</param>
  1132. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was null.</exception>
  1133. </member>
  1134. <member name="M:System.Threading.Tasks.Task.Run(System.Func{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
  1135. <summary>지정한 작업을 ThreadPool에서 실행하도록 큐에 대기시키고 <paramref name="function" />에서 반환된 작업에 대한 프록시를 반환합니다.</summary>
  1136. <returns>
  1137. <paramref name="function" />에서 반환하는 작업에 대한 프록시를 나타내는 작업입니다.</returns>
  1138. <param name="function">비동기적으로 실행할 작업입니다. </param>
  1139. <param name="cancellationToken">작업을 취소하는 데 사용해야 하는 취소 토큰입니다. </param>
  1140. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was null.</exception>
  1141. <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
  1142. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
  1143. </member>
  1144. <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{``0})">
  1145. <summary>지정한 작업을 스레드 풀에서 실행하도록 큐에 대기시키고 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" /> 개체를 반환합니다. </summary>
  1146. <returns>스레드 풀에서 실행하도록 큐에 대기된 작업을 나타내는 작업 개체입니다. </returns>
  1147. <param name="function">비동기적으로 실행할 작업입니다. </param>
  1148. <typeparam name="TResult">작업의 반환 유형입니다. </typeparam>
  1149. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter is null. </exception>
  1150. </member>
  1151. <member name="M:System.Threading.Tasks.Task.Run``1(System.Func{``0},System.Threading.CancellationToken)">
  1152. <summary>지정한 작업을 스레드 풀에서 실행하도록 큐에 대기시키고 해당 작업에 대한 Task(TResult) 핸들을 반환합니다.</summary>
  1153. <returns>ThreadPool에서 실행하도록 큐에 대기된 작업을 나타내는 Task(TResult)입니다.</returns>
  1154. <param name="function">비동기적으로 실행할 작업입니다.</param>
  1155. <param name="cancellationToken">작업을 취소하는 데 사용해야 하는 취소 토큰입니다.</param>
  1156. <typeparam name="TResult">작업의 결과 형식입니다.</typeparam>
  1157. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> parameter was null.</exception>
  1158. <exception cref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
  1159. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> associated with <paramref name="cancellationToken" /> was disposed.</exception>
  1160. </member>
  1161. <member name="M:System.Threading.Tasks.Task.RunSynchronously">
  1162. <summary>현재 <see cref="T:System.Threading.Tasks.Task" />에서 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 동기적으로 실행합니다.</summary>
  1163. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> instance has been disposed.</exception>
  1164. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task" /> is not in a valid state to be started.It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
  1165. </member>
  1166. <member name="M:System.Threading.Tasks.Task.RunSynchronously(System.Threading.Tasks.TaskScheduler)">
  1167. <summary>제공된 <see cref="T:System.Threading.Tasks.Task" />에서 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 동기적으로 실행합니다.</summary>
  1168. <param name="scheduler">이 작업을 인라인으로 실행하려고 하는 스케줄러입니다.</param>
  1169. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> instance has been disposed.</exception>
  1170. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  1171. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task" /> is not in a valid state to be started.It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
  1172. </member>
  1173. <member name="M:System.Threading.Tasks.Task.Start">
  1174. <summary>
  1175. <see cref="T:System.Threading.Tasks.Task" />를 시작하고 현재 <see cref="T:System.Threading.Tasks.TaskScheduler" />에 실행을 예약합니다.</summary>
  1176. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> instance has been disposed.</exception>
  1177. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task" /> is not in a valid state to be started.It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
  1178. </member>
  1179. <member name="M:System.Threading.Tasks.Task.Start(System.Threading.Tasks.TaskScheduler)">
  1180. <summary>
  1181. <see cref="T:System.Threading.Tasks.Task" />를 시작하고 지정된 <see cref="T:System.Threading.Tasks.TaskScheduler" />에 실행을 예약합니다.</summary>
  1182. <param name="scheduler">이 작업을 연결하고 실행할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1183. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> instance has been disposed.</exception>
  1184. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  1185. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Threading.Tasks.Task" /> is not in a valid state to be started.It may have already been started, executed, or canceled, or it may have been created in a manner that doesn't support direct scheduling.</exception>
  1186. </member>
  1187. <member name="P:System.Threading.Tasks.Task.Status">
  1188. <summary>이 작업의 <see cref="T:System.Threading.Tasks.TaskStatus" />를 가져옵니다.</summary>
  1189. <returns>이 작업 인스턴스의 현재 <see cref="T:System.Threading.Tasks.TaskStatus" />입니다.</returns>
  1190. </member>
  1191. <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#AsyncWaitHandle">
  1192. <summary>작업이 완료되기를 기다리는 데 사용할 수 있는 <see cref="T:System.Threading.WaitHandle" />을 가져옵니다.</summary>
  1193. <returns>작업이 완료되기를 기다리는 데 사용할 수 있는 <see cref="T:System.Threading.WaitHandle" />입니다.</returns>
  1194. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1195. </member>
  1196. <member name="P:System.Threading.Tasks.Task.System#IAsyncResult#CompletedSynchronously">
  1197. <summary>작업이 동기적으로 완료되었는지를 나타내는 표시를 가져옵니다.</summary>
  1198. <returns>작업이 동기적으로 끝났으면 true이고, 그렇지 않으면 false입니다.</returns>
  1199. </member>
  1200. <member name="M:System.Threading.Tasks.Task.Wait">
  1201. <summary>
  1202. <see cref="T:System.Threading.Tasks.Task" />의 실행이 완료되기를 기다립니다.</summary>
  1203. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1204. <exception cref="T:System.AggregateException">The task was canceled.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.-or-An exception was thrown during the execution of the task.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
  1205. </member>
  1206. <member name="M:System.Threading.Tasks.Task.Wait(System.Int32)">
  1207. <summary>
  1208. <see cref="T:System.Threading.Tasks.Task" />가 지정된 시간(밀리초) 내에 실행을 완료할 때까지 기다립니다.</summary>
  1209. <returns>true의 실행이 할당된 시간 안에 완료되었으면 <see cref="T:System.Threading.Tasks.Task" />이고, 그렇지 않으면 false입니다.</returns>
  1210. <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
  1211. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1212. <exception cref="T:System.ArgumentOutOfRangeException">
  1213. <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
  1214. <exception cref="T:System.AggregateException">The task was canceled.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.-or-An exception was thrown during the execution of the task.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
  1215. </member>
  1216. <member name="M:System.Threading.Tasks.Task.Wait(System.Int32,System.Threading.CancellationToken)">
  1217. <summary>
  1218. <see cref="T:System.Threading.Tasks.Task" />의 실행이 완료되기를 기다립니다.작업이 완료되기 전에 취소 토큰이 취소되었거나 시간 제한 간격이 경과되었으면 대기가 종료됩니다.</summary>
  1219. <returns>true의 실행이 할당된 시간 안에 완료되었으면 <see cref="T:System.Threading.Tasks.Task" />이고, 그렇지 않으면 false입니다.</returns>
  1220. <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다. </param>
  1221. <param name="cancellationToken">작업이 완료되기를 기다리는 동안 관찰할 취소 토큰입니다. </param>
  1222. <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
  1223. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1224. <exception cref="T:System.ArgumentOutOfRangeException">
  1225. <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
  1226. <exception cref="T:System.AggregateException">The task was canceled.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.-or-An exception was thrown during the execution of the task.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
  1227. </member>
  1228. <member name="M:System.Threading.Tasks.Task.Wait(System.Threading.CancellationToken)">
  1229. <summary>
  1230. <see cref="T:System.Threading.Tasks.Task" />의 실행이 완료되기를 기다립니다.작업이 완료되기 전에 취소 토큰이 취소되면 대기가 종료됩니다.</summary>
  1231. <param name="cancellationToken">작업이 완료되기를 기다리는 동안 관찰할 취소 토큰입니다. </param>
  1232. <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
  1233. <exception cref="T:System.ObjectDisposedException">The task has been disposed.</exception>
  1234. <exception cref="T:System.AggregateException">The task was canceled.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.-or-An exception was thrown during the execution of the task.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
  1235. </member>
  1236. <member name="M:System.Threading.Tasks.Task.Wait(System.TimeSpan)">
  1237. <summary>
  1238. <see cref="T:System.Threading.Tasks.Task" />가 지정된 시간 간격 내에 실행을 완료할 때까지 기다립니다.</summary>
  1239. <returns>true의 실행이 할당된 시간 안에 완료되었으면 <see cref="T:System.Threading.Tasks.Task" />이고, 그렇지 않으면 false입니다.</returns>
  1240. <param name="timeout">대기할 시간(밀리초)을 나타내는 <see cref="T:System.TimeSpan" />이거나, 무한 대기하도록 -1밀리초를 나타내는 <see cref="T:System.TimeSpan" />입니다.</param>
  1241. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1242. <exception cref="T:System.ArgumentOutOfRangeException">
  1243. <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out. -or-<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />. </exception>
  1244. <exception cref="T:System.AggregateException">The task was canceled.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.-or-An exception was thrown during the execution of the task.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
  1245. </member>
  1246. <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[])">
  1247. <summary>제공된 모든 <see cref="T:System.Threading.Tasks.Task" /> 개체의 실행이 완료되기를 기다립니다.</summary>
  1248. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1249. <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
  1250. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.-or-The <paramref name="tasks" /> argument contains a null element.</exception>
  1251. <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled.If a task was canceled, the <see cref="T:System.AggregateException" /> exception contains an <see cref="T:System.OperationCanceledException" /> exception in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.-or-An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances. </exception>
  1252. </member>
  1253. <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32)">
  1254. <summary>모든 제공된 <see cref="T:System.Threading.Tasks.Task" /> 개체가 지정된 시간(밀리초) 내에 실행을 완료할 때까지 기다립니다.</summary>
  1255. <returns>모든 true 인스턴스의 실행이 할당된 시간 안에 완료되었으면 <see cref="T:System.Threading.Tasks.Task" />이고, 그렇지 않으면 false입니다.</returns>
  1256. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1257. <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
  1258. <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
  1259. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1260. <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled.If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.-or-An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances. </exception>
  1261. <exception cref="T:System.ArgumentOutOfRangeException">
  1262. <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
  1263. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1264. </member>
  1265. <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken)">
  1266. <summary>제공된 모든 <see cref="T:System.Threading.Tasks.Task" /> 개체가 지정된 시간(밀리초) 내에 실행을 완료하기를 기다리거나 대기가 취소될 때까지 기다립니다.</summary>
  1267. <returns>모든 true 인스턴스의 실행이 할당된 시간 안에 완료되었으면 <see cref="T:System.Threading.Tasks.Task" />이고, 그렇지 않으면 false입니다.</returns>
  1268. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1269. <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
  1270. <param name="cancellationToken">작업이 완료되기를 기다리는 동안 확인할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  1271. <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
  1272. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1273. <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled.If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.-or-An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances. </exception>
  1274. <exception cref="T:System.ArgumentOutOfRangeException">
  1275. <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
  1276. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1277. <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled. </exception>
  1278. </member>
  1279. <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken)">
  1280. <summary>대기가 취소되지 않는 경우 제공된 모든 <see cref="T:System.Threading.Tasks.Task" /> 개체가 실행을 완료하기를 기다립니다. </summary>
  1281. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1282. <param name="cancellationToken">작업이 완료되기를 기다리는 동안 확인할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  1283. <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled. </exception>
  1284. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1285. <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled.If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.-or-An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances. </exception>
  1286. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1287. <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
  1288. </member>
  1289. <member name="M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan)">
  1290. <summary>모든 제공된 취소 가능한 <see cref="T:System.Threading.Tasks.Task" /> 개체가 지정된 시간 간격 내에 실행을 완료할 때까지 기다립니다.</summary>
  1291. <returns>모든 true 인스턴스의 실행이 할당된 시간 안에 완료되었으면 <see cref="T:System.Threading.Tasks.Task" />이고, 그렇지 않으면 false입니다.</returns>
  1292. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1293. <param name="timeout">대기할 시간(밀리초)을 나타내는 <see cref="T:System.TimeSpan" />이거나, 무한 대기하도록 -1밀리초를 나타내는 <see cref="T:System.TimeSpan" />입니다.</param>
  1294. <exception cref="T:System.ObjectDisposedException">One or more of the <see cref="T:System.Threading.Tasks.Task" /> objects in <paramref name="tasks" /> has been disposed.</exception>
  1295. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null. </exception>
  1296. <exception cref="T:System.AggregateException">At least one of the <see cref="T:System.Threading.Tasks.Task" /> instances was canceled.If a task was canceled, the <see cref="T:System.AggregateException" /> contains an <see cref="T:System.OperationCanceledException" /> in its <see cref="P:System.AggregateException.InnerExceptions" /> collection.-or-An exception was thrown during the execution of at least one of the <see cref="T:System.Threading.Tasks.Task" /> instances. </exception>
  1297. <exception cref="T:System.ArgumentOutOfRangeException">
  1298. <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out. -or-<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />. </exception>
  1299. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1300. </member>
  1301. <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[])">
  1302. <summary>제공된 <see cref="T:System.Threading.Tasks.Task" /> 개체 중 임의 개체의 실행이 완료되기를 기다립니다.</summary>
  1303. <returns>
  1304. <paramref name="tasks" /> 배열 인수에서 완료된 작업의 인덱스입니다.</returns>
  1305. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1306. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1307. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1308. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1309. </member>
  1310. <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Int32)">
  1311. <summary>모든 제공된 <see cref="T:System.Threading.Tasks.Task" /> 개체가 지정된 시간(밀리초) 내에 실행을 완료할 때까지 기다립니다.</summary>
  1312. <returns>
  1313. <paramref name="tasks" /> 배열 인수의 완료된 작업 인덱스이거나, 제한 시간이 초과되었으면 -1입니다.</returns>
  1314. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1315. <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
  1316. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1317. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1318. <exception cref="T:System.ArgumentOutOfRangeException">
  1319. <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
  1320. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1321. </member>
  1322. <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken)">
  1323. <summary>모든 제공된 <see cref="T:System.Threading.Tasks.Task" /> 개체가 지정된 시간(밀리초) 내에 실행을 완료하기를 기다리거나 취소 토큰이 취소될 때까지 기다립니다.</summary>
  1324. <returns>
  1325. <paramref name="tasks" /> 배열 인수의 완료된 작업 인덱스이거나, 제한 시간이 초과되었으면 -1입니다.</returns>
  1326. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다. </param>
  1327. <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다. </param>
  1328. <param name="cancellationToken">작업이 완료되기를 기다리는 동안 확인할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다. </param>
  1329. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1330. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1331. <exception cref="T:System.ArgumentOutOfRangeException">
  1332. <paramref name="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
  1333. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1334. <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled. </exception>
  1335. </member>
  1336. <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.Threading.CancellationToken)">
  1337. <summary>대기가 취소되지 않는 경우 제공된 모든 <see cref="T:System.Threading.Tasks.Task" /> 개체가 실행을 완료하기를 기다립니다.</summary>
  1338. <returns>
  1339. <paramref name="tasks" /> 배열 인수에서 완료된 작업의 인덱스입니다.</returns>
  1340. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다. </param>
  1341. <param name="cancellationToken">작업이 완료되기를 기다리는 동안 확인할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다. </param>
  1342. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1343. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1344. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1345. <exception cref="T:System.OperationCanceledException">The <paramref name="cancellationToken" /> was canceled.</exception>
  1346. </member>
  1347. <member name="M:System.Threading.Tasks.Task.WaitAny(System.Threading.Tasks.Task[],System.TimeSpan)">
  1348. <summary>모든 제공된 <see cref="T:System.Threading.Tasks.Task" /> 개체가 지정된 시간 간격 내에 실행을 완료할 때까지 기다립니다.</summary>
  1349. <returns>
  1350. <paramref name="tasks" /> 배열 인수의 완료된 작업 인덱스이거나, 제한 시간이 초과되었으면 -1입니다.</returns>
  1351. <param name="tasks">대기할 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 배열입니다.</param>
  1352. <param name="timeout">대기할 시간(밀리초)을 나타내는 <see cref="T:System.TimeSpan" />이거나, 무한 대기하도록 -1밀리초를 나타내는 <see cref="T:System.TimeSpan" />입니다.</param>
  1353. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
  1354. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is null.</exception>
  1355. <exception cref="T:System.ArgumentOutOfRangeException">
  1356. <paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out. -or-<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />. </exception>
  1357. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
  1358. </member>
  1359. <member name="M:System.Threading.Tasks.Task.WhenAll``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
  1360. <summary>열거 가능한 컬렉션의 모든 <see cref="T:System.Threading.Tasks.Task`1" /> 개체가 완료되면 완료될 작업을 만듭니다. </summary>
  1361. <returns>제공된 모든 작업의 완료를 나타내는 작업입니다. </returns>
  1362. <param name="tasks">완료를 기다리는 작업입니다. </param>
  1363. <typeparam name="TResult">완료된 작업의 형식입니다. </typeparam>
  1364. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
  1365. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> collection contained a null task. </exception>
  1366. </member>
  1367. <member name="M:System.Threading.Tasks.Task.WhenAll(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
  1368. <summary>열거 가능한 컬렉션의 모든 <see cref="T:System.Threading.Tasks.Task" /> 개체가 완료되면 완료될 작업을 만듭니다.</summary>
  1369. <returns>제공된 모든 작업의 완료를 나타내는 작업입니다. </returns>
  1370. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1371. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null. </exception>
  1372. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> collection contained a null task.</exception>
  1373. </member>
  1374. <member name="M:System.Threading.Tasks.Task.WhenAll(System.Threading.Tasks.Task[])">
  1375. <summary>배열의 모든 <see cref="T:System.Threading.Tasks.Task" /> 개체가 완료되면 완료될 작업을 만듭니다. </summary>
  1376. <returns>제공된 모든 작업의 완료를 나타내는 작업입니다.</returns>
  1377. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1378. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null. </exception>
  1379. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task. </exception>
  1380. </member>
  1381. <member name="M:System.Threading.Tasks.Task.WhenAll``1(System.Threading.Tasks.Task{``0}[])">
  1382. <summary>배열의 모든 <see cref="T:System.Threading.Tasks.Task`1" /> 개체가 완료되면 완료될 작업을 만듭니다. </summary>
  1383. <returns>제공된 모든 작업의 완료를 나타내는 작업입니다.</returns>
  1384. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1385. <typeparam name="TResult">완료된 작업의 형식입니다.</typeparam>
  1386. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
  1387. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task.</exception>
  1388. </member>
  1389. <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task{``0}})">
  1390. <summary>제공된 작업을 모두 완료했을 때 완료할 작업을 만듭니다.</summary>
  1391. <returns>제공된 한 작업의 완료를 나타내는 작업입니다.반환 작업의 결과는 완료된 작업입니다.</returns>
  1392. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1393. <typeparam name="TResult">완료된 작업의 형식입니다.</typeparam>
  1394. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
  1395. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
  1396. </member>
  1397. <member name="M:System.Threading.Tasks.Task.WhenAny(System.Collections.Generic.IEnumerable{System.Threading.Tasks.Task})">
  1398. <summary>제공된 작업을 모두 완료했을 때 완료할 작업을 만듭니다.</summary>
  1399. <returns>제공된 한 작업의 완료를 나타내는 작업입니다.반환 작업의 결과는 완료된 작업입니다.</returns>
  1400. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1401. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
  1402. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
  1403. </member>
  1404. <member name="M:System.Threading.Tasks.Task.WhenAny(System.Threading.Tasks.Task[])">
  1405. <summary>제공된 작업을 모두 완료했을 때 완료할 작업을 만듭니다.</summary>
  1406. <returns>제공된 한 작업의 완료를 나타내는 작업입니다.반환 작업의 결과는 완료된 작업입니다.</returns>
  1407. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1408. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
  1409. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
  1410. </member>
  1411. <member name="M:System.Threading.Tasks.Task.WhenAny``1(System.Threading.Tasks.Task{``0}[])">
  1412. <summary>제공된 작업을 모두 완료했을 때 완료할 작업을 만듭니다.</summary>
  1413. <returns>제공된 한 작업의 완료를 나타내는 작업입니다.반환 작업의 결과는 완료된 작업입니다.</returns>
  1414. <param name="tasks">완료를 기다리는 작업입니다.</param>
  1415. <typeparam name="TResult">완료된 작업의 형식입니다.</typeparam>
  1416. <exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument was null.</exception>
  1417. <exception cref="T:System.ArgumentException">The <paramref name="tasks" /> array contained a null task, or was empty.</exception>
  1418. </member>
  1419. <member name="M:System.Threading.Tasks.Task.Yield">
  1420. <summary>대기할 때 현재 컨텍스트로 비동기적으로 전환되는 awaitable 작업을 만듭니다.</summary>
  1421. <returns>대기할 때 대기 시의 현재 컨텍스트로 비동기적으로 전환될 컨텍스트입니다.현재 <see cref="T:System.Threading.SynchronizationContext" />가 null이 아닌 경우 현재 컨텍스트로 처리됩니다.그렇지 않으면 현재 실행 중인 작업과 관련된 작업 스케줄러를 현재 컨텍스트로 처리됩니다.</returns>
  1422. </member>
  1423. <member name="T:System.Threading.Tasks.Task`1">
  1424. <summary>값을 반환할 수 있는 비동기 작업을 나타냅니다.</summary>
  1425. <typeparam name="TResult">이 <see cref="T:System.Threading.Tasks.Task`1" />에서 생성되는 결과의 형식입니다. </typeparam>
  1426. </member>
  1427. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0})">
  1428. <summary>지정된 함수를 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />을 초기화합니다.</summary>
  1429. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1430. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1431. </member>
  1432. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0},System.Threading.CancellationToken)">
  1433. <summary>지정된 함수를 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />을 초기화합니다.</summary>
  1434. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1435. <param name="cancellationToken">이 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1436. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created<paramref name=" cancellationToken" /> has already been disposed.</exception>
  1437. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1438. </member>
  1439. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
  1440. <summary>지정된 함수 및 만들기 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />을 초기화합니다.</summary>
  1441. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1442. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1443. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  1444. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created<paramref name=" cancellationToken" /> has already been disposed.</exception>
  1445. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  1446. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1447. </member>
  1448. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{`0},System.Threading.Tasks.TaskCreationOptions)">
  1449. <summary>지정된 함수 및 만들기 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />을 초기화합니다.</summary>
  1450. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1451. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  1452. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  1453. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1454. </member>
  1455. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object)">
  1456. <summary>지정된 함수 및 상태를 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />을 초기화합니다.</summary>
  1457. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1458. <param name="state">동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  1459. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1460. </member>
  1461. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken)">
  1462. <summary>지정된 작업, 상태 및 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />를 초기화합니다.</summary>
  1463. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1464. <param name="state">함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1465. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1466. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created<paramref name=" cancellationToken" /> has already been disposed.</exception>
  1467. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1468. </member>
  1469. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)">
  1470. <summary>지정된 작업, 상태 및 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />를 초기화합니다.</summary>
  1471. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1472. <param name="state">함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1473. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1474. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  1475. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.CancellationTokenSource" /> that created<paramref name=" cancellationToken" /> has already been disposed.</exception>
  1476. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  1477. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1478. </member>
  1479. <member name="M:System.Threading.Tasks.Task`1.#ctor(System.Func{System.Object,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  1480. <summary>지정된 작업, 상태 및 옵션을 사용하여 새 <see cref="T:System.Threading.Tasks.Task`1" />를 초기화합니다.</summary>
  1481. <param name="function">작업에서 실행할 코드를 나타내는 대리자입니다.함수가 완료되면 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성이 함수의 결과 값을 반환하도록 설정됩니다.</param>
  1482. <param name="state">함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1483. <param name="creationOptions">작업의 동작을 사용자 지정하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  1484. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="creationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskCreationOptions" />.</exception>
  1485. <exception cref="T:System.ArgumentNullException">The <paramref name="function" /> argument is null.</exception>
  1486. </member>
  1487. <member name="M:System.Threading.Tasks.Task`1.ConfigureAwait(System.Boolean)">
  1488. <summary>이 <see cref="T:System.Threading.Tasks.Task`1" />를 기다리는 데 사용되는 awaiter를 구성합니다.</summary>
  1489. <returns>이 작업을 기다리는 데 사용되는 개체입니다.</returns>
  1490. <param name="continueOnCapturedContext">캡처된 원래 컨텍스트로 연속 마샬링하려면 true이고, 그렇지 않으면 false입니다.</param>
  1491. </member>
  1492. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}})">
  1493. <summary>대상 작업이 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다. </summary>
  1494. <returns>새 연속 작업입니다. </returns>
  1495. <param name="continuationAction">
  1496. <see cref="T:System.Threading.Tasks.Task`1" /> 선행 작업이 완료될 때 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1497. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed. </exception>
  1498. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null. </exception>
  1499. </member>
  1500. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.CancellationToken)">
  1501. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 비동기적으로 실행되는 취소 가능 연속 작업을 만듭니다.</summary>
  1502. <returns>새 연속 작업입니다. </returns>
  1503. <param name="continuationAction">
  1504. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1505. <param name="cancellationToken">새 연속 작업에 전달되는 취소 토큰입니다. </param>
  1506. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.-or-The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has been disposed. </exception>
  1507. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null. </exception>
  1508. </member>
  1509. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  1510. <summary>
  1511. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행되는 연속 작업을 만듭니다.</summary>
  1512. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1513. <param name="continuationAction">
  1514. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1515. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1516. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1517. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1518. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.-or-The <see cref="T:System.Threading.CancellationTokenSource" /> that created <paramref name="cancellationToken" /> has already been disposed.</exception>
  1519. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  1520. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1521. </member>
  1522. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskContinuationOptions)">
  1523. <summary>
  1524. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행되는 연속 작업을 만듭니다.</summary>
  1525. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1526. <param name="continuationAction">
  1527. <paramref name="continuationOptions" />에 지정된 조건에 따른 작업입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1528. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1529. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
  1530. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  1531. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1532. </member>
  1533. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskScheduler)">
  1534. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  1535. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1536. <param name="continuationAction">
  1537. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1538. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1539. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
  1540. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  1541. </member>
  1542. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object)">
  1543. <summary>상태 정보가 전달되며 대상 <see cref="T:System.Threading.Tasks.Task`1" />이(가) 완료되면 실행되는 연속 작업을 만듭니다. </summary>
  1544. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1545. <param name="continuationAction">
  1546. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1547. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다. </param>
  1548. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  1549. </member>
  1550. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.CancellationToken)">
  1551. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1552. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1553. <param name="continuationAction">
  1554. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1555. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  1556. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1557. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  1558. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  1559. </member>
  1560. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  1561. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1562. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1563. <param name="continuationAction">
  1564. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1565. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  1566. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1567. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1568. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1569. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  1570. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1571. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  1572. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  1573. </member>
  1574. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
  1575. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1576. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1577. <param name="continuationAction">
  1578. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1579. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  1580. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1581. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null.</exception>
  1582. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1583. </member>
  1584. <member name="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0},System.Object},System.Object,System.Threading.Tasks.TaskScheduler)">
  1585. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1586. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1587. <param name="continuationAction">
  1588. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 동작입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1589. <param name="state">연속 동작에서 사용할 데이터를 나타내는 개체입니다.</param>
  1590. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1591. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationAction" /> argument is null. </exception>
  1592. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null. </exception>
  1593. </member>
  1594. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0})">
  1595. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  1596. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1597. <param name="continuationFunction">
  1598. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1599. <typeparam name="TNewResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1600. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
  1601. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1602. </member>
  1603. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.CancellationToken)">
  1604. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  1605. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1606. <param name="continuationFunction">
  1607. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1608. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1609. <typeparam name="TNewResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1610. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.-or-The <see cref="T:System.Threading.CancellationTokenSource" /> that created<paramref name=" cancellationToken" /> has already been disposed.</exception>
  1611. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1612. </member>
  1613. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  1614. <summary>
  1615. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행되는 연속 작업을 만듭니다.</summary>
  1616. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1617. <param name="continuationFunction">
  1618. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1619. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1620. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1621. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1622. <typeparam name="TNewResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1623. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.-or-The <see cref="T:System.Threading.CancellationTokenSource" /> that created<paramref name=" cancellationToken" /> has already been disposed.</exception>
  1624. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  1625. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1626. </member>
  1627. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.Tasks.TaskContinuationOptions)">
  1628. <summary>
  1629. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행되는 연속 작업을 만듭니다.</summary>
  1630. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1631. <param name="continuationFunction">
  1632. <paramref name="continuationOptions" />에 지정된 조건에 따라 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1633. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1634. <typeparam name="TNewResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1635. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
  1636. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1637. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1638. </member>
  1639. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},``0},System.Threading.Tasks.TaskScheduler)">
  1640. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 비동기적으로 실행되는 연속 작업을 만듭니다.</summary>
  1641. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1642. <param name="continuationFunction">
  1643. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행될 때 이 대리자에는 완료된 작업이 인수로 전달됩니다.</param>
  1644. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1645. <typeparam name="TNewResult"> 연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1646. <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task`1" /> has been disposed.</exception>
  1647. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.-or-The <paramref name="scheduler" /> argument is null.</exception>
  1648. </member>
  1649. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object)">
  1650. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1651. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1652. <param name="continuationFunction">
  1653. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1654. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1655. <typeparam name="TNewResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1656. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1657. </member>
  1658. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.CancellationToken)">
  1659. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1660. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1661. <param name="continuationFunction">
  1662. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1663. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1664. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1665. <typeparam name="TNewResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1666. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1667. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  1668. </member>
  1669. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  1670. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1671. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1672. <param name="continuationFunction">
  1673. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1674. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1675. <param name="cancellationToken">새 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  1676. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1677. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1678. <typeparam name="TNewResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1679. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1680. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1681. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  1682. <exception cref="T:System.ObjectDisposedException">The provided <see cref="T:System.Threading.CancellationToken" /> has already been disposed.</exception>
  1683. </member>
  1684. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.Tasks.TaskContinuationOptions)">
  1685. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1686. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1687. <param name="continuationFunction">
  1688. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1689. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1690. <param name="continuationOptions">연속 작업이 예약되는 시기와 연속 작업이 동작하는 방식에 대한 옵션입니다.여기에는 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled" />와 같은 조건과 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" /> 등의 실행 옵션이 포함됩니다.</param>
  1691. <typeparam name="TNewResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1692. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1693. <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="continuationOptions" /> argument specifies an invalid value for <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />.</exception>
  1694. </member>
  1695. <member name="M:System.Threading.Tasks.Task`1.ContinueWith``1(System.Func{System.Threading.Tasks.Task{`0},System.Object,``0},System.Object,System.Threading.Tasks.TaskScheduler)">
  1696. <summary>대상 <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행되는 연속 작업을 만듭니다.</summary>
  1697. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  1698. <param name="continuationFunction">
  1699. <see cref="T:System.Threading.Tasks.Task`1" />이 완료될 때 실행할 함수입니다.실행되는 경우 대리자에게 완료된 작업과 호출자 제공 상태 개체가 인수로 전달됩니다.</param>
  1700. <param name="state">연속 함수에서 사용할 데이터를 나타내는 개체입니다.</param>
  1701. <param name="scheduler">연속 작업과 연결하고 연속 작업의 실행에 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  1702. <typeparam name="TNewResult">연속 작업에서 생성되는 결과의 형식입니다.</typeparam>
  1703. <exception cref="T:System.ArgumentNullException">The <paramref name="continuationFunction" /> argument is null.</exception>
  1704. <exception cref="T:System.ArgumentNullException">The <paramref name="scheduler" /> argument is null.</exception>
  1705. </member>
  1706. <member name="P:System.Threading.Tasks.Task`1.Factory">
  1707. <summary>
  1708. <see cref="T:System.Threading.Tasks.Task`1" /> 인스턴스를 만들고 구성하는 팩터리 메서드에 대한 액세스를 제공합니다.</summary>
  1709. <returns>다양한 <see cref="T:System.Threading.Tasks.Task`1" /> 개체를 만들 수 있는 팩터리 개체입니다.</returns>
  1710. </member>
  1711. <member name="M:System.Threading.Tasks.Task`1.GetAwaiter">
  1712. <summary>이 <see cref="T:System.Threading.Tasks.Task`1" />를 기다리는 데 사용되는 awaiter를 가져옵니다.</summary>
  1713. <returns>awaiter 인스턴스입니다.</returns>
  1714. </member>
  1715. <member name="P:System.Threading.Tasks.Task`1.Result">
  1716. <summary>이 <see cref="T:System.Threading.Tasks.Task`1" />의 결과 값을 가져옵니다.</summary>
  1717. <returns>작업의 형식 매개 변수와 동일한 형식인 이 <see cref="T:System.Threading.Tasks.Task`1" />의 결과 값입니다.</returns>
  1718. <exception cref="T:System.AggregateException">The task was canceled.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains a <see cref="T:System.Threading.Tasks.TaskCanceledException" /> object.-or-An exception was thrown during the execution of the task.The <see cref="P:System.AggregateException.InnerExceptions" /> collection contains information about the exception or exceptions.</exception>
  1719. </member>
  1720. <member name="T:System.Threading.Tasks.TaskCanceledException">
  1721. <summary>작업 취소를 알리기 위해 사용되는 예외를 나타냅니다.</summary>
  1722. </member>
  1723. <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor">
  1724. <summary>오류를 설명하는 시스템 제공 메시지를 사용하여 <see cref="T:System.Threading.Tasks.TaskCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  1725. </member>
  1726. <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String)">
  1727. <summary>오류를 설명하는 지정된 메시지를 사용하여 <see cref="T:System.Threading.Tasks.TaskCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  1728. <param name="message">예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.</param>
  1729. </member>
  1730. <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.String,System.Exception)">
  1731. <summary>지정된 오류 메시지와 해당 예외의 근본 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.Threading.Tasks.TaskCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  1732. <param name="message">예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.</param>
  1733. <param name="innerException">현재 예외의 원인이 되는 예외입니다.<paramref name="innerException" /> 매개 변수가 null이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.</param>
  1734. </member>
  1735. <member name="M:System.Threading.Tasks.TaskCanceledException.#ctor(System.Threading.Tasks.Task)">
  1736. <summary>취소된 <see cref="T:System.Threading.Tasks.Task" />에 대한 참조를 사용하여 <see cref="T:System.Threading.Tasks.TaskCanceledException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  1737. <param name="task">취소된 작업입니다.</param>
  1738. </member>
  1739. <member name="P:System.Threading.Tasks.TaskCanceledException.Task">
  1740. <summary>이 예외와 연결된 작업을 가져옵니다.</summary>
  1741. <returns>이 예외와 연결된 <see cref="T:System.Threading.Tasks.Task" />에 대한 참조입니다.</returns>
  1742. </member>
  1743. <member name="T:System.Threading.Tasks.TaskCompletionSource`1">
  1744. <summary>대리자에 바인딩되지 않은 <see cref="T:System.Threading.Tasks.Task`1" />의 생산자 측면을 나타내고 <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" /> 속성을 통해 소비자 측면에 대한 액세스를 제공합니다.</summary>
  1745. <typeparam name="TResult">이 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />에 연결된 결과 값의 형식입니다.</typeparam>
  1746. </member>
  1747. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor">
  1748. <summary>
  1749. <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />을 만듭니다.</summary>
  1750. </member>
  1751. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Object)">
  1752. <summary>지정된 상태를 사용하여 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />을 만듭니다.</summary>
  1753. <param name="state">내부 <see cref="T:System.Threading.Tasks.Task`1" />의 AsyncState로 사용할 상태입니다.</param>
  1754. </member>
  1755. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Object,System.Threading.Tasks.TaskCreationOptions)">
  1756. <summary>지정된 상태 및 옵션을 사용하여 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />을 만듭니다.</summary>
  1757. <param name="state">내부 <see cref="T:System.Threading.Tasks.Task`1" />의 AsyncState로 사용할 상태입니다.</param>
  1758. <param name="creationOptions">내부 <see cref="T:System.Threading.Tasks.Task`1" />를 만들 때 사용할 옵션입니다.</param>
  1759. <exception cref="T:System.ArgumentOutOfRangeException">
  1760. <paramref name="creationOptions" />는 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />에 사용하기에 유효하지 않은 옵션을 나타냅니다.</exception>
  1761. </member>
  1762. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.#ctor(System.Threading.Tasks.TaskCreationOptions)">
  1763. <summary>지정된 옵션을 사용하여 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />을 만듭니다.</summary>
  1764. <param name="creationOptions">내부 <see cref="T:System.Threading.Tasks.Task`1" />를 만들 때 사용할 옵션입니다.</param>
  1765. <exception cref="T:System.ArgumentOutOfRangeException">
  1766. <paramref name="creationOptions" />는 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />에 사용하기에 유효하지 않은 옵션을 나타냅니다.</exception>
  1767. </member>
  1768. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetCanceled">
  1769. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> 상태로 전환합니다.</summary>
  1770. <exception cref="T:System.InvalidOperationException">기본 <see cref="T:System.Threading.Tasks.Task`1" />는 이미 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 또는 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> 등 세 가지 최종 상태 중 하나에 있거나 기본 <see cref="T:System.Threading.Tasks.Task`1" />가 이미 삭제되었습니다.</exception>
  1771. </member>
  1772. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetException(System.Collections.Generic.IEnumerable{System.Exception})">
  1773. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 상태로 전환합니다.</summary>
  1774. <param name="exceptions">이 <see cref="T:System.Threading.Tasks.Task`1" />에 바인딩할 예외 컬렉션입니다.</param>
  1775. <exception cref="T:System.ObjectDisposedException">
  1776. <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" />가 삭제되었습니다.</exception>
  1777. <exception cref="T:System.ArgumentNullException">
  1778. <paramref name="exceptions" /> 인수가 null인 경우</exception>
  1779. <exception cref="T:System.ArgumentException">
  1780. <paramref name="exceptions" />에 null 요소가 하나 이상 있습니다.</exception>
  1781. <exception cref="T:System.InvalidOperationException">기본 <see cref="T:System.Threading.Tasks.Task`1" />는 이미 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 또는 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />의 세 가지 최종 상태 중 하나에 있습니다.</exception>
  1782. </member>
  1783. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetException(System.Exception)">
  1784. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 상태로 전환합니다.</summary>
  1785. <param name="exception">이 <see cref="T:System.Threading.Tasks.Task`1" />에 바인딩할 예외입니다.</param>
  1786. <exception cref="T:System.ObjectDisposedException">
  1787. <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" />가 삭제되었습니다.</exception>
  1788. <exception cref="T:System.ArgumentNullException">
  1789. <paramref name="exception" /> 인수가 null인 경우</exception>
  1790. <exception cref="T:System.InvalidOperationException">기본 <see cref="T:System.Threading.Tasks.Task`1" />는 이미 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 또는 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />의 세 가지 최종 상태 중 하나에 있습니다.</exception>
  1791. </member>
  1792. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.SetResult(`0)">
  1793. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> 상태로 전환합니다.</summary>
  1794. <param name="result">이 <see cref="T:System.Threading.Tasks.Task`1" />에 바인딩할 결과 값입니다.</param>
  1795. <exception cref="T:System.ObjectDisposedException">
  1796. <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" />가 삭제되었습니다.</exception>
  1797. <exception cref="T:System.InvalidOperationException">기본 <see cref="T:System.Threading.Tasks.Task`1" />는 이미 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />, <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 또는 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />의 세 가지 최종 상태 중 하나에 있습니다.</exception>
  1798. </member>
  1799. <member name="P:System.Threading.Tasks.TaskCompletionSource`1.Task">
  1800. <summary>이 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />에서 만든 <see cref="T:System.Threading.Tasks.Task`1" />를 가져옵니다.</summary>
  1801. <returns>이 <see cref="T:System.Threading.Tasks.TaskCompletionSource`1" />에서 만든 <see cref="T:System.Threading.Tasks.Task`1" />를 반환합니다.</returns>
  1802. </member>
  1803. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetCanceled">
  1804. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> 상태로 전환하려고 시도합니다.</summary>
  1805. <returns>작업이 수행되었으면 true이고, 작업에 실패했거나 개체가 이미 삭제되었으면 false입니다.</returns>
  1806. </member>
  1807. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetCanceled(System.Threading.CancellationToken)">
  1808. <summary>내부 전환 하려고 시도 <see cref="T:System.Threading.Tasks.Task`1" /> 에 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> 상태 이며 취소 작업에 저장 될 취소 토큰을 사용할 수 있습니다. </summary>
  1809. <returns>작업에 성공하면 true이고, 그렇지 않으면 false입니다. </returns>
  1810. <param name="cancellationToken">취소 토큰입니다. </param>
  1811. </member>
  1812. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetException(System.Collections.Generic.IEnumerable{System.Exception})">
  1813. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 상태로 전환하려고 시도합니다.</summary>
  1814. <returns>작업이 성공했으면 true이고, 그렇지 않으면 false입니다.</returns>
  1815. <param name="exceptions">이 <see cref="T:System.Threading.Tasks.Task`1" />에 바인딩할 예외 컬렉션입니다.</param>
  1816. <exception cref="T:System.ObjectDisposedException">
  1817. <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" />가 삭제되었습니다.</exception>
  1818. <exception cref="T:System.ArgumentNullException">
  1819. <paramref name="exceptions" /> 인수가 null인 경우</exception>
  1820. <exception cref="T:System.ArgumentException">
  1821. <paramref name="exceptions" />에 null 요소가 하나 이상 있습니다.또는<paramref name="exceptions" /> 컬렉션이 비어 있습니다.</exception>
  1822. </member>
  1823. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetException(System.Exception)">
  1824. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> 상태로 전환하려고 시도합니다.</summary>
  1825. <returns>작업이 성공했으면 true이고, 그렇지 않으면 false입니다.</returns>
  1826. <param name="exception">이 <see cref="T:System.Threading.Tasks.Task`1" />에 바인딩할 예외입니다.</param>
  1827. <exception cref="T:System.ObjectDisposedException">
  1828. <see cref="P:System.Threading.Tasks.TaskCompletionSource`1.Task" />가 삭제되었습니다.</exception>
  1829. <exception cref="T:System.ArgumentNullException">
  1830. <paramref name="exception" /> 인수가 null인 경우</exception>
  1831. </member>
  1832. <member name="M:System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(`0)">
  1833. <summary>내부 <see cref="T:System.Threading.Tasks.Task`1" />를 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> 상태로 전환하려고 시도합니다.</summary>
  1834. <returns>작업이 성공했으면 true이고, 그렇지 않으면 false입니다. </returns>
  1835. <param name="result">이 <see cref="T:System.Threading.Tasks.Task`1" />에 바인딩할 결과 값입니다.</param>
  1836. </member>
  1837. <member name="T:System.Threading.Tasks.TaskContinuationOptions">
  1838. <summary>
  1839. <see cref="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)" /> 또는 <see cref="M:System.Threading.Tasks.Task`1.ContinueWith(System.Action{System.Threading.Tasks.Task{`0}},System.Threading.Tasks.TaskContinuationOptions)" /> 메서드를 사용하여 만드는 작업의 동작을 지정합니다.</summary>
  1840. </member>
  1841. <member name="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent">
  1842. <summary>연속 작업이 자식 작업인 경우 작업 계층 구조의 부모에 연결되도록 지정합니다.연속 작업은 선행 작업도 자식 작업인 경우에만 자식 작업이 됩니다.기본적으로 자식 작업(즉, 외부 작업이 만든 내부 작업)은 부모와 독립적으로 실행됩니다.<see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent" /> 옵션을 사용할 수 있어 부모와 자식 작업은 동기화됩니다.부모 작업이 <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach" /> 옵션을 사용하여 구성된 경우 자식 작업의 <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> 옵션은 영향을 받지 않으며, 자식 작업은 분리된 자식 작업으로 실행됩니다. 자세한 내용은 연결된 자식 작업과 분리된 자식 작업을 참조하세요. </summary>
  1843. </member>
  1844. <member name="F:System.Threading.Tasks.TaskContinuationOptions.DenyChildAttach">
  1845. <summary>
  1846. <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> 옵션으로 만들어지고 연결된 자식 작업으로 실행하려는 모든 자식 작업(이 연속 작업으로 만들어진 모든 중첩 내부 작업)은 부모 작업에 연결할 수 없고 대신 분리된 자식 작업으로 실행되도록 지정합니다.자세한 내용은 연결된 자식 작업 및 분리된 자식 작업을 참조하십시오.</summary>
  1847. </member>
  1848. <member name="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously">
  1849. <summary>연속 작업이 동기적으로 실행되도록 지정합니다.이 옵션을 지정하면 연속 작업이 같은 스레드에서 실행되어 선행 작업이 최종 상태로 전환됩니다.연속 작업이 만들어질 때 선행 작업이 이미 완료된 경우 연속 작업은 해당 작업을 만드는 스레드에서 실행됩니다.선행 작업의 <see cref="T:System.Threading.CancellationTokenSource" />가 finally 블록 (Visual Basic의 Finally)에서 삭제된 경우 이 옵션이 지정되면 연속 작업이 해당 finally 블록에서 계속 실행됩니다.매우 단기로 실행되는 연속 작업만 동기적으로 실행됩니다.작업은 동기적으로 실행되므로, 호출 스레드가 작업이 완료되기를 기다리도록 하기 위해 <see cref="M:System.Threading.Tasks.Task.Wait" />와 같은 메서드를 호출할 필요가 없습니다. </summary>
  1850. </member>
  1851. <member name="F:System.Threading.Tasks.TaskContinuationOptions.HideScheduler">
  1852. <summary>
  1853. <see cref="M:System.Threading.Tasks.Task.Run(System.Action)" /> 또는 <see cref="M:System.Threading.Tasks.Task.ContinueWith(System.Action{System.Threading.Tasks.Task})" />와 같은 메서드를 호출함으로써 연속 작업에 의해 만들어진 작업이 이 연속 작업이 실행되는 스케줄러가 아닌 기본 스케줄러(<see cref="P:System.Threading.Tasks.TaskScheduler.Default" />)를 현재 스케줄러로 인식하도록 지정합니다. </summary>
  1854. </member>
  1855. <member name="F:System.Threading.Tasks.TaskContinuationOptions.LazyCancellation">
  1856. <summary>연속 취소의 경우 선행이 완료되기 전에 연속이 완료되는 것을 방지합니다.</summary>
  1857. </member>
  1858. <member name="F:System.Threading.Tasks.TaskContinuationOptions.LongRunning">
  1859. <summary>연속 작업이 장기 실행되는 성긴 작업이 되도록 지정합니다.초과 구독을 보장할 수 있는 <see cref="T:System.Threading.Tasks.TaskScheduler" />에 대한 힌트를 제공합니다.</summary>
  1860. </member>
  1861. <member name="F:System.Threading.Tasks.TaskContinuationOptions.None">
  1862. <summary>연속 작업 옵션이 지정되지 않은 경우, 연속 작업을 실행할 때 기본 동작을 사용하도록 지정합니다.선행 작업의 최종 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성 값에 관계없이 선행 작업이 완료되면 연속 작업이 비동기적으로 실행됩니다.연속 작업이 자식 작업인 경우 해당 작업은 분리된 상태의 중첩된 작업으로 만들어집니다.</summary>
  1863. </member>
  1864. <member name="F:System.Threading.Tasks.TaskContinuationOptions.NotOnCanceled">
  1865. <summary>선행 작업이 취소된 경우 연속 작업이 예약되지 않도록 지정합니다.완료 시 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성이 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />이면 작업이 취소됩니다.이 옵션은 다중 작업 연속에 유효하지 않습니다.</summary>
  1866. </member>
  1867. <member name="F:System.Threading.Tasks.TaskContinuationOptions.NotOnFaulted">
  1868. <summary>선행 작업이 처리되지 않은 예외를 throw한 경우 연속 작업이 예약되지 않도록 지정합니다.완료 시 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성이 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />이면 처리되지 않은 예외가 발생합니다.이 옵션은 다중 작업 연속에 유효하지 않습니다.</summary>
  1869. </member>
  1870. <member name="F:System.Threading.Tasks.TaskContinuationOptions.NotOnRanToCompletion">
  1871. <summary>선행 작업의 실행이 완료된 경우 연속 작업이 예약되지 않도록 지정합니다.완료 시 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성이 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />이면 작업이 끝까지 실행됩니다.이 옵션은 다중 작업 연속에 유효하지 않습니다.</summary>
  1872. </member>
  1873. <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled">
  1874. <summary>선행 작업이 취소된 경우에만 연속 작업이 예약되도록 지정합니다.완료 시 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성이 <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" />이면 작업이 취소됩니다.이 옵션은 다중 작업 연속에 유효하지 않습니다.</summary>
  1875. </member>
  1876. <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted">
  1877. <summary>선행 작업이 처리되지 않은 예외를 throw한 경우에만 연속 작업이 예약되도록 지정합니다.완료 시 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성이 <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" />이면 처리되지 않은 예외가 발생합니다.<see cref="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted" /> 옵션은 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Exception" /> 속성이 null이(가) 아니도록 보장합니다.이 속성을 사용하여 예외를 catch하고 해당 작업에 오류를 발생시킨 예외를 확인할 수 있습니다.<see cref="P:System.Threading.Tasks.Task.Exception" /> 속성에 액세스하지 않는 경우에는 예외가 처리되지 않습니다.또한 취소되었거나 오류가 발생한 작업의 <see cref="P:System.Threading.Tasks.Task`1.Result" /> 속성에 액세스하려고 하면 새 예외가 발생합니다.이 옵션은 다중 작업 연속에 유효하지 않습니다. </summary>
  1878. </member>
  1879. <member name="F:System.Threading.Tasks.TaskContinuationOptions.OnlyOnRanToCompletion">
  1880. <summary>선행 작업의 실행이 완료된 경우에만 연속 작업이 예약되도록 지정합니다.완료 시 선행 작업의 <see cref="P:System.Threading.Tasks.Task.Status" /> 속성이 <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" />이면 작업이 끝까지 실행됩니다.이 옵션은 다중 작업 연속에 유효하지 않습니다.</summary>
  1881. </member>
  1882. <member name="F:System.Threading.Tasks.TaskContinuationOptions.PreferFairness">
  1883. <summary>더 일찍 예약된 작업을 먼저 실행하고 나중에 예약된 작업을 나중에 실행할 수 있도록 예약된 순서대로 작업을 예약하도록 <see cref="T:System.Threading.Tasks.TaskScheduler" />에 알려줍니다. </summary>
  1884. </member>
  1885. <member name="F:System.Threading.Tasks.TaskContinuationOptions.RunContinuationsAsynchronously">
  1886. <summary>연속 작업이 비동기 방식으로 실행되도록 지정합니다.이 옵션은 <see cref="F:System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously" />보다 우선합니다.</summary>
  1887. </member>
  1888. <member name="T:System.Threading.Tasks.TaskCreationOptions">
  1889. <summary>작업을 만들고 실행하기 위한 선택적 동작을 제어하는 플래그를 지정합니다. </summary>
  1890. </member>
  1891. <member name="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent">
  1892. <summary>작업이 작업 계층 구조의 부모에 연결되도록 지정합니다.기본적으로 자식 작업(즉, 외부 작업이 만든 내부 작업)은 부모와 독립적으로 실행됩니다.<see cref="F:System.Threading.Tasks.TaskContinuationOptions.AttachedToParent" /> 옵션을 사용할 수 있어 부모와 자식 작업은 동기화됩니다.부모 작업이 <see cref="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach" /> 옵션을 사용하여 구성된 경우 자식 작업의 <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> 옵션은 영향을 받지 않으며, 자식 작업은 분리된 자식 작업으로 실행됩니다. 자세한 내용은 연결된 자식 작업과 분리된 자식 작업을 참조하세요. </summary>
  1893. </member>
  1894. <member name="F:System.Threading.Tasks.TaskCreationOptions.DenyChildAttach">
  1895. <summary>연결된 자식 작업으로 실행하려는 자식 작업(즉 <see cref="F:System.Threading.Tasks.TaskCreationOptions.AttachedToParent" /> 옵션으로 만듦)은 부모 작업에 연결할 수 없고 대신 분리된 자식 작업으로 실행되도록 지정합니다.자세한 내용은 연결된 자식 작업 및 분리된 자식 작업을 참조하세요.</summary>
  1896. </member>
  1897. <member name="F:System.Threading.Tasks.TaskCreationOptions.HideScheduler">
  1898. <summary>주변 스케줄러가 만든 작업에서 현재 스케줄러로 나타나지 않도록 합니다.이는 만들어진 작업에서 수행되는 StartNew 또는 ContinueWith와 같은 작업이 <see cref="P:System.Threading.Tasks.TaskScheduler.Default" />를 현재 스케줄러로 표시함을 의미합니다.</summary>
  1899. </member>
  1900. <member name="F:System.Threading.Tasks.TaskCreationOptions.LongRunning">
  1901. <summary>세분화된 시스템보다 적고 폭 넓은 구성 요소가 개입하는 장기 실행되고 정교하지 않은 작업이 되도록 지정합니다.초과 구독을 보장할 수 있는 <see cref="T:System.Threading.Tasks.TaskScheduler" />에 대한 힌트를 제공합니다.초과 구독을 사용하면 사용 가능한 하드웨어 수보다 많은 스레드를 만들 수 있습니다.</summary>
  1902. </member>
  1903. <member name="F:System.Threading.Tasks.TaskCreationOptions.None">
  1904. <summary>기본 동작이 사용되도록 지정합니다.</summary>
  1905. </member>
  1906. <member name="F:System.Threading.Tasks.TaskCreationOptions.PreferFairness">
  1907. <summary>가능한 한 공정한 방식, 즉 일찍 예약된 작업은 일찍 실행되고 나중에 예약된 작업은 나중에 실행될 수 있는 방식으로 작업을 예약하는 <see cref="T:System.Threading.Tasks.TaskScheduler" />에 대한 힌트입니다.</summary>
  1908. </member>
  1909. <member name="F:System.Threading.Tasks.TaskCreationOptions.RunContinuationsAsynchronously">
  1910. <summary>비동기 방식으로 실행될 현재 작업에 추가된 연속을 적용합니다. </summary>
  1911. </member>
  1912. <member name="T:System.Threading.Tasks.TaskExtensions">
  1913. <summary>특정 유형의 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스로 작업하기 위한 정적(Visual Basic의 경우 Shared) 메서드 집합을 제공합니다.</summary>
  1914. </member>
  1915. <member name="M:System.Threading.Tasks.TaskExtensions.Unwrap``1(System.Threading.Tasks.Task{System.Threading.Tasks.Task{``0}})">
  1916. <summary>Task&lt;Task&lt;T&gt;&gt;(C#) 또는 Task (Of Task(Of T))(Visual Basic)의 비동기 작업을 나타내는 프록시 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  1917. <returns>제공된 Task&lt;Task&lt;T&gt;&gt;(C#) 또는 Task (Of Task(Of T))(Visual Basic)의 비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  1918. <param name="task">래핑을 해제할 Task&lt;Task&lt;T&gt;&gt;(C#) 또는 Task (Of Task(Of T))(Visual Basic)입니다.</param>
  1919. <typeparam name="TResult">작업 결과의 형식입니다.</typeparam>
  1920. <exception cref="T:System.ArgumentNullException">
  1921. <paramref name="task" /> 인수가 null인 경우 throw되는 예외입니다.</exception>
  1922. </member>
  1923. <member name="M:System.Threading.Tasks.TaskExtensions.Unwrap(System.Threading.Tasks.Task{System.Threading.Tasks.Task})">
  1924. <summary>
  1925. <see cref="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)" />의 비동기 작업을 나타내는 프록시 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  1926. <returns>제공된 System.Threading.Tasks.Task(Of Task)의 비동기 작업을 나타내는 작업입니다.</returns>
  1927. <param name="task">래핑을 해제할 Task&lt;Task&gt;(C#) 또는 Task (Of Task)(Visual Basic)입니다.</param>
  1928. <exception cref="T:System.ArgumentNullException">
  1929. <paramref name="task" /> 인수가 null인 경우 throw되는 예외입니다.</exception>
  1930. </member>
  1931. <member name="T:System.Threading.Tasks.TaskFactory">
  1932. <summary>
  1933. <see cref="T:System.Threading.Tasks.Task" /> 개체를 만들고 예약하도록 지원합니다. </summary>
  1934. </member>
  1935. <member name="M:System.Threading.Tasks.TaskFactory.#ctor">
  1936. <summary>기본 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory" /> 인스턴스를 초기화합니다.</summary>
  1937. </member>
  1938. <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.CancellationToken)">
  1939. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory" /> 인스턴스를 초기화합니다.</summary>
  1940. <param name="cancellationToken">팩터리 메서드를 호출할 때 다른 CancellationToken을 명시적으로 지정하지 않는 경우 이 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />에서 만든 작업에 할당할 <see cref="T:System.Threading.Tasks.TaskFactory" />입니다.</param>
  1941. </member>
  1942. <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  1943. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory" /> 인스턴스를 초기화합니다.</summary>
  1944. <param name="cancellationToken">팩터리 메서드를 호출할 때 다른 CancellationToken을 명시적으로 지정하지 않는 경우 이 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />에서 만든 작업에 할당할 기본 <see cref="T:System.Threading.Tasks.TaskFactory" />입니다.</param>
  1945. <param name="creationOptions">이 TaskFactory를 사용하여 작업을 만들 때 사용할 기본 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  1946. <param name="continuationOptions">이 TaskFactory를 사용하여 연속 작업을 만들 때 사용할 기본 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />입니다.</param>
  1947. <param name="scheduler">이 TaskFactory를 사용하여 만든 작업을 예약하는 데 사용할 기본 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.null 값은 TaskScheduler.Current를 사용함을 나타냅니다.</param>
  1948. <exception cref="T:System.ArgumentOutOfRangeException">
  1949. <paramref name="creationOptions" /> 인수에서 잘못된 <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> 값을 지정합니다.자세한 내용은 설명 부분을 참조 하십시오. <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />합니다.또는<paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다. </exception>
  1950. </member>
  1951. <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions)">
  1952. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory" /> 인스턴스를 초기화합니다.</summary>
  1953. <param name="creationOptions">이 TaskFactory를 사용하여 작업을 만들 때 사용할 기본 <see cref="T:System.Threading.Tasks.TaskCreationOptions" />입니다.</param>
  1954. <param name="continuationOptions">이 TaskFactory를 사용하여 연속 작업을 만들 때 사용할 기본 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />입니다.</param>
  1955. <exception cref="T:System.ArgumentOutOfRangeException">
  1956. <paramref name="creationOptions" /> 인수에서 잘못된 <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> 값을 지정합니다.자세한 내용은 설명 부분을 참조 하십시오. <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />합니다.또는<paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다. </exception>
  1957. </member>
  1958. <member name="M:System.Threading.Tasks.TaskFactory.#ctor(System.Threading.Tasks.TaskScheduler)">
  1959. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory" /> 인스턴스를 초기화합니다.</summary>
  1960. <param name="scheduler">이 TaskFactory를 사용하여 만든 작업을 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.null 값은 현재 TaskScheduler를 사용함을 나타냅니다.</param>
  1961. </member>
  1962. <member name="P:System.Threading.Tasks.TaskFactory.CancellationToken">
  1963. <summary>이 작업 팩터리에 대한 기본 취소 토큰을 가져옵니다.</summary>
  1964. <returns>이 작업 팩터리에 대한 기본 작업 취소 토큰입니다.</returns>
  1965. </member>
  1966. <member name="P:System.Threading.Tasks.TaskFactory.ContinuationOptions">
  1967. <summary>이 작업 팩터리에 대한 기본 작업 연속 옵션을 가져옵니다.</summary>
  1968. <returns>이 작업 팩터리에 대한 기본 작업 연속 옵션입니다.</returns>
  1969. </member>
  1970. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]})">
  1971. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다. </summary>
  1972. <returns>새 연속 작업입니다.</returns>
  1973. <param name="tasks">계속할 작업의 배열입니다.</param>
  1974. <param name="continuationAction">
  1975. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  1976. <exception cref="T:System.ObjectDisposedException">
  1977. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  1978. <exception cref="T:System.ArgumentNullException">
  1979. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우</exception>
  1980. <exception cref="T:System.ArgumentException">
  1981. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  1982. </member>
  1983. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.CancellationToken)">
  1984. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  1985. <returns>새 연속 작업입니다.</returns>
  1986. <param name="tasks">계속할 작업의 배열입니다.</param>
  1987. <param name="continuationAction">
  1988. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  1989. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  1990. <exception cref="T:System.ObjectDisposedException">
  1991. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" />을 만든 <paramref name="cancellationToken" />가 이미 삭제되었습니다.</exception>
  1992. <exception cref="T:System.ArgumentNullException">
  1993. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우</exception>
  1994. <exception cref="T:System.ArgumentException">
  1995. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  1996. </member>
  1997. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  1998. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  1999. <returns>새 연속 작업입니다.</returns>
  2000. <param name="tasks">계속할 작업의 배열입니다.</param>
  2001. <param name="continuationAction">
  2002. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  2003. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2004. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.</param>
  2005. <param name="scheduler">새 연속 작업을 예약하는 데 사용할 개체입니다.</param>
  2006. <exception cref="T:System.ArgumentNullException">
  2007. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  2008. <exception cref="T:System.ArgumentException">
  2009. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2010. </member>
  2011. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task[]},System.Threading.Tasks.TaskContinuationOptions)">
  2012. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2013. <returns>새 연속 작업입니다.</returns>
  2014. <param name="tasks">계속할 작업의 배열입니다.</param>
  2015. <param name="continuationAction">
  2016. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  2017. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2018. <exception cref="T:System.ObjectDisposedException">
  2019. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2020. <exception cref="T:System.ArgumentNullException">
  2021. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우</exception>
  2022. <exception cref="T:System.ArgumentOutOfRangeException">
  2023. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다. </exception>
  2024. <exception cref="T:System.ArgumentException">
  2025. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2026. </member>
  2027. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0})">
  2028. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2029. <returns>새 연속 작업입니다.</returns>
  2030. <param name="tasks">계속할 작업의 배열입니다.</param>
  2031. <param name="continuationFunction">
  2032. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2033. <typeparam name="TResult">
  2034. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2035. <exception cref="T:System.ObjectDisposedException">
  2036. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2037. <exception cref="T:System.ArgumentNullException">
  2038. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  2039. <exception cref="T:System.ArgumentException">
  2040. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2041. </member>
  2042. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.CancellationToken)">
  2043. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2044. <returns>새 연속 작업입니다.</returns>
  2045. <param name="tasks">계속할 작업의 배열입니다.</param>
  2046. <param name="continuationFunction">
  2047. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2048. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2049. <typeparam name="TResult">
  2050. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2051. <exception cref="T:System.ObjectDisposedException">
  2052. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" />을 만든 <paramref name="cancellationToken" />가 이미 삭제되었습니다.</exception>
  2053. <exception cref="T:System.ArgumentNullException">
  2054. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  2055. <exception cref="T:System.ArgumentException">
  2056. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2057. </member>
  2058. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2059. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2060. <returns>새 연속 작업입니다.</returns>
  2061. <param name="tasks">계속할 작업의 배열입니다.</param>
  2062. <param name="continuationFunction">
  2063. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2064. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2065. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2066. <param name="scheduler">새 연속 작업을 예약하는 데 사용할 개체입니다.</param>
  2067. <typeparam name="TResult">
  2068. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2069. <exception cref="T:System.ArgumentNullException">
  2070. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  2071. <exception cref="T:System.ArgumentException">
  2072. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2073. </member>
  2074. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],``0},System.Threading.Tasks.TaskContinuationOptions)">
  2075. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2076. <returns>새 연속 작업입니다.</returns>
  2077. <param name="tasks">계속할 작업의 배열입니다.</param>
  2078. <param name="continuationFunction">
  2079. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2080. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2081. <typeparam name="TResult">
  2082. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2083. <exception cref="T:System.ObjectDisposedException">
  2084. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2085. <exception cref="T:System.ArgumentNullException">
  2086. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  2087. <exception cref="T:System.ArgumentOutOfRangeException">
  2088. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다. </exception>
  2089. <exception cref="T:System.ArgumentException">
  2090. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2091. </member>
  2092. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]})">
  2093. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2094. <returns>새 연속 작업입니다.</returns>
  2095. <param name="tasks">계속할 작업의 배열입니다.</param>
  2096. <param name="continuationAction">
  2097. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  2098. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2099. <exception cref="T:System.ObjectDisposedException">
  2100. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2101. <exception cref="T:System.ArgumentNullException">
  2102. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우</exception>
  2103. <exception cref="T:System.ArgumentException">
  2104. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2105. </member>
  2106. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.CancellationToken)">
  2107. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2108. <returns>새 연속 작업입니다.</returns>
  2109. <param name="tasks">계속할 작업의 배열입니다.</param>
  2110. <param name="continuationAction">
  2111. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  2112. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2113. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2114. <exception cref="T:System.ObjectDisposedException">
  2115. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" />을 만든 <paramref name="cancellationToken" />가 이미 삭제되었습니다.</exception>
  2116. <exception cref="T:System.ArgumentNullException">
  2117. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우</exception>
  2118. <exception cref="T:System.ArgumentException">
  2119. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2120. </member>
  2121. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2122. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2123. <returns>새 연속 작업입니다.</returns>
  2124. <param name="tasks">계속할 작업의 배열입니다.</param>
  2125. <param name="continuationAction">
  2126. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  2127. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2128. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2129. <param name="scheduler">새 연속 작업을 예약하는 데 사용할 개체입니다.</param>
  2130. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2131. <exception cref="T:System.ArgumentNullException">
  2132. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  2133. <exception cref="T:System.ArgumentException">
  2134. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2135. </member>
  2136. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}[]},System.Threading.Tasks.TaskContinuationOptions)">
  2137. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2138. <returns>새 연속 작업입니다.</returns>
  2139. <param name="tasks">계속할 작업의 배열입니다.</param>
  2140. <param name="continuationAction">
  2141. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 실행할 동작 대리자입니다.</param>
  2142. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2143. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2144. <exception cref="T:System.ObjectDisposedException">
  2145. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2146. <exception cref="T:System.ArgumentNullException">
  2147. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationAction" /> 인수가 null인 경우</exception>
  2148. <exception cref="T:System.ArgumentOutOfRangeException">
  2149. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다. </exception>
  2150. <exception cref="T:System.ArgumentException">
  2151. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2152. </member>
  2153. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1})">
  2154. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2155. <returns>새 연속 작업입니다.</returns>
  2156. <param name="tasks">계속할 작업의 배열입니다.</param>
  2157. <param name="continuationFunction">
  2158. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2159. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2160. <typeparam name="TResult">
  2161. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2162. <exception cref="T:System.ObjectDisposedException">
  2163. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2164. <exception cref="T:System.ArgumentNullException">
  2165. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  2166. <exception cref="T:System.ArgumentException">
  2167. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2168. </member>
  2169. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.CancellationToken)">
  2170. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2171. <returns>새 연속 작업입니다.</returns>
  2172. <param name="tasks">계속할 작업의 배열입니다.</param>
  2173. <param name="continuationFunction">
  2174. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2175. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2176. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2177. <typeparam name="TResult">
  2178. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2179. <exception cref="T:System.ObjectDisposedException">
  2180. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  2181. <exception cref="T:System.ArgumentNullException">
  2182. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  2183. <exception cref="T:System.ArgumentException">
  2184. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2185. </member>
  2186. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2187. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2188. <returns>새 연속 작업입니다.</returns>
  2189. <param name="tasks">계속할 작업의 배열입니다.</param>
  2190. <param name="continuationFunction">
  2191. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2192. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  2193. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2194. <param name="scheduler">새 연속 작업을 예약하는 데 사용할 개체입니다.</param>
  2195. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2196. <typeparam name="TResult">
  2197. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2198. <exception cref="T:System.ArgumentNullException">
  2199. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  2200. <exception cref="T:System.ArgumentException">
  2201. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2202. <exception cref="T:System.ArgumentOutOfRangeException">
  2203. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다. </exception>
  2204. <exception cref="T:System.ObjectDisposedException">
  2205. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" />을 만든 <paramref name="cancellationToken" />가 이미 삭제되었습니다.</exception>
  2206. </member>
  2207. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAll``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],``1},System.Threading.Tasks.TaskContinuationOptions)">
  2208. <summary>지정된 일련의 작업을 완료하면 시작되는 연속 작업을 만듭니다.</summary>
  2209. <returns>새 연속 작업입니다.</returns>
  2210. <param name="tasks">계속할 작업의 배열입니다.</param>
  2211. <param name="continuationFunction">
  2212. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  2213. <param name="continuationOptions">새 연속 작업 동작을 제어하는 열거형 값의 비트 조합입니다.NotOn* 및 OnlyOn* 멤버는 지원되지 않습니다.</param>
  2214. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2215. <typeparam name="TResult">
  2216. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 작업과 연결되는 결과의 형식입니다.</typeparam>
  2217. <exception cref="T:System.ObjectDisposedException">
  2218. <paramref name="tasks" /> 배열에 있는 요소 하나가 삭제되었습니다.</exception>
  2219. <exception cref="T:System.ArgumentNullException">
  2220. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  2221. <exception cref="T:System.ArgumentOutOfRangeException">
  2222. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다.</exception>
  2223. <exception cref="T:System.ArgumentException">
  2224. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  2225. </member>
  2226. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task})">
  2227. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2228. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2229. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2230. <param name="continuationAction">
  2231. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2232. <exception cref="T:System.ObjectDisposedException">
  2233. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다. </exception>
  2234. <exception cref="T:System.ArgumentNullException">
  2235. <paramref name="tasks" /> 배열은 null입니다. 또는여는 <paramref name="continuationAction" /> 인수가 null합니다. </exception>
  2236. <exception cref="T:System.ArgumentException">
  2237. <paramref name="tasks" /> 배열에 포함 된 null 값입니다. 또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  2238. </member>
  2239. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken)">
  2240. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2241. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2242. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2243. <param name="continuationAction">
  2244. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2245. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2246. <exception cref="T:System.ObjectDisposedException">
  2247. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다. 또는<paramref name="cancellationToken" /> 이미 삭제 되었습니다. </exception>
  2248. <exception cref="T:System.ArgumentNullException">
  2249. <paramref name="tasks" /> 배열은 null입니다. 또는<paramref name="continuationAction" /> 인수가 null인 경우 </exception>
  2250. <exception cref="T:System.ArgumentException">
  2251. <paramref name="tasks" /> 배열에 포함 된 null 값입니다. 또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  2252. </member>
  2253. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2254. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2255. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2256. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2257. <param name="continuationAction">
  2258. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2259. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2260. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task" /> 값입니다.</param>
  2261. <param name="scheduler">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task" />입니다.</param>
  2262. <exception cref="T:System.ArgumentNullException">
  2263. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationAction" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2264. <exception cref="T:System.ArgumentException">
  2265. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2266. </member>
  2267. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny(System.Threading.Tasks.Task[],System.Action{System.Threading.Tasks.Task},System.Threading.Tasks.TaskContinuationOptions)">
  2268. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2269. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2270. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2271. <param name="continuationAction">
  2272. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2273. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task" /> 값입니다.</param>
  2274. <exception cref="T:System.ObjectDisposedException">
  2275. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2276. <exception cref="T:System.ArgumentNullException">
  2277. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationAction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2278. <exception cref="T:System.ArgumentOutOfRangeException">
  2279. <paramref name="continuationOptions" /> 인수가 유효하지 않은 TaskContinuationOptions 값을 지정할 때 throw되는 예외입니다.</exception>
  2280. <exception cref="T:System.ArgumentException">
  2281. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2282. </member>
  2283. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0})">
  2284. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2285. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2286. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2287. <param name="continuationFunction">
  2288. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2289. <typeparam name="TResult">
  2290. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2291. <exception cref="T:System.ObjectDisposedException">
  2292. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2293. <exception cref="T:System.ArgumentNullException">
  2294. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2295. <exception cref="T:System.ArgumentException">
  2296. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2297. </member>
  2298. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken)">
  2299. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2300. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2301. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2302. <param name="continuationFunction">
  2303. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2304. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2305. <typeparam name="TResult">
  2306. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2307. <exception cref="T:System.ObjectDisposedException">
  2308. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.또는제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2309. <exception cref="T:System.ArgumentNullException">
  2310. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2311. <exception cref="T:System.ArgumentException">
  2312. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2313. </member>
  2314. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2315. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2316. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2317. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2318. <param name="continuationFunction">
  2319. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2320. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2321. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task`1" /> 값입니다.</param>
  2322. <param name="scheduler">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</param>
  2323. <typeparam name="TResult">
  2324. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2325. <exception cref="T:System.ArgumentNullException">
  2326. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2327. <exception cref="T:System.ArgumentException">
  2328. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2329. </member>
  2330. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,``0},System.Threading.Tasks.TaskContinuationOptions)">
  2331. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2332. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2333. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2334. <param name="continuationFunction">
  2335. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2336. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task`1" /> 값입니다.</param>
  2337. <typeparam name="TResult">
  2338. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2339. <exception cref="T:System.ObjectDisposedException">
  2340. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2341. <exception cref="T:System.ArgumentNullException">
  2342. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2343. <exception cref="T:System.ArgumentOutOfRangeException">
  2344. <paramref name="continuationOptions" /> 인수가 유효하지 않은 TaskContinuationOptions 값을 지정할 때 throw되는 예외입니다.</exception>
  2345. <exception cref="T:System.ArgumentException">
  2346. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2347. </member>
  2348. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}})">
  2349. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2350. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2351. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2352. <param name="continuationAction">
  2353. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2354. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2355. <exception cref="T:System.ObjectDisposedException">
  2356. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2357. <exception cref="T:System.ArgumentNullException">
  2358. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationAction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2359. <exception cref="T:System.ArgumentException">
  2360. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2361. </member>
  2362. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken)">
  2363. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2364. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2365. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2366. <param name="continuationAction">
  2367. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2368. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2369. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2370. <exception cref="T:System.ObjectDisposedException">
  2371. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.또는제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2372. <exception cref="T:System.ArgumentNullException">
  2373. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationAction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2374. <exception cref="T:System.ArgumentException">
  2375. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2376. </member>
  2377. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2378. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2379. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2380. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2381. <param name="continuationAction">
  2382. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2383. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2384. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task" /> 값입니다.</param>
  2385. <param name="scheduler">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</param>
  2386. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2387. <exception cref="T:System.ArgumentNullException">
  2388. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationAction" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2389. <exception cref="T:System.ArgumentException">
  2390. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2391. </member>
  2392. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Action{System.Threading.Tasks.Task{``0}},System.Threading.Tasks.TaskContinuationOptions)">
  2393. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2394. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2395. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2396. <param name="continuationAction">
  2397. <paramref name="tasks" /> 배열에서 작업이 완료될 때 실행할 동작 대리자입니다.</param>
  2398. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task" /> 값입니다.</param>
  2399. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2400. <exception cref="T:System.ObjectDisposedException">
  2401. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2402. <exception cref="T:System.ArgumentNullException">
  2403. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationAction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2404. <exception cref="T:System.ArgumentOutOfRangeException">
  2405. <paramref name="continuationOptions" /> 인수가 유효하지 않은 TaskContinuationOptions 값을 지정할 때 throw되는 예외입니다.</exception>
  2406. <exception cref="T:System.ArgumentException">
  2407. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2408. </member>
  2409. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1})">
  2410. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2411. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2412. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2413. <param name="continuationFunction">
  2414. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2415. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2416. <typeparam name="TResult">
  2417. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2418. <exception cref="T:System.ObjectDisposedException">
  2419. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2420. <exception cref="T:System.ArgumentNullException">
  2421. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2422. <exception cref="T:System.ArgumentException">
  2423. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2424. </member>
  2425. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.CancellationToken)">
  2426. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2427. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2428. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2429. <param name="continuationFunction">
  2430. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2431. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2432. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2433. <typeparam name="TResult">
  2434. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2435. <exception cref="T:System.ObjectDisposedException">
  2436. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.또는제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2437. <exception cref="T:System.ArgumentNullException">
  2438. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2439. <exception cref="T:System.ArgumentException">
  2440. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2441. </member>
  2442. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  2443. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2444. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2445. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2446. <param name="continuationFunction">
  2447. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2448. <param name="cancellationToken">새 연속 작업에 할당할 <see cref="T:System.Threading.CancellationToken" />입니다.</param>
  2449. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task`1" /> 값입니다.</param>
  2450. <param name="scheduler">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</param>
  2451. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2452. <typeparam name="TResult">
  2453. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2454. <exception cref="T:System.ArgumentNullException">
  2455. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2456. <exception cref="T:System.ArgumentException">
  2457. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2458. </member>
  2459. <member name="M:System.Threading.Tasks.TaskFactory.ContinueWhenAny``2(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},``1},System.Threading.Tasks.TaskContinuationOptions)">
  2460. <summary>제공된 집합에서 작업이 완료될 때 시작할 연속 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2461. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2462. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  2463. <param name="continuationFunction">
  2464. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  2465. <param name="continuationOptions">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" />의 동작을 제어하는 <see cref="T:System.Threading.Tasks.Task`1" /> 값입니다.</param>
  2466. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  2467. <typeparam name="TResult">
  2468. <paramref name="continuationFunction" /> 대리자가 반환하고 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />와 연결되는 결과의 형식입니다.</typeparam>
  2469. <exception cref="T:System.ObjectDisposedException">
  2470. <paramref name="tasks" /> 배열의 요소 중 하나가 삭제된 경우 throw되는 예외입니다.</exception>
  2471. <exception cref="T:System.ArgumentNullException">
  2472. <paramref name="tasks" /> 배열이 null인 경우 throw되는 예외입니다.또는<paramref name="continuationFunction" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2473. <exception cref="T:System.ArgumentOutOfRangeException">
  2474. <paramref name="continuationOptions" /> 인수가 유효하지 않은 TaskContinuationOptions 값을 지정할 때 throw되는 예외입니다.</exception>
  2475. <exception cref="T:System.ArgumentException">
  2476. <paramref name="tasks" /> 배열에 Null 값이 있을 때 throw되는 예외입니다.또는<paramref name="tasks" /> 배열이 비어 있을 때 throw되는 예외입니다.</exception>
  2477. </member>
  2478. <member name="P:System.Threading.Tasks.TaskFactory.CreationOptions">
  2479. <summary>이 작업 팩터리에 대한 기본 작업 만들기 옵션을 가져옵니다.</summary>
  2480. <returns>이 작업 팩터리에 대한 기본 작업 만들기 옵션입니다.</returns>
  2481. </member>
  2482. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object)">
  2483. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2484. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2485. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2486. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2487. <param name="state">
  2488. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2489. <exception cref="T:System.ArgumentNullException">
  2490. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2491. </member>
  2492. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2493. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2494. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2495. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2496. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2497. <param name="state">
  2498. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2499. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2500. <exception cref="T:System.ArgumentNullException">
  2501. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2502. <exception cref="T:System.ArgumentOutOfRangeException">
  2503. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.</exception>
  2504. </member>
  2505. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0},System.Object)">
  2506. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2507. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2508. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2509. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2510. <param name="state">
  2511. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2512. <typeparam name="TResult">
  2513. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2514. <exception cref="T:System.ArgumentNullException">
  2515. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2516. </member>
  2517. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2518. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2519. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2520. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2521. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2522. <param name="state">
  2523. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2524. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2525. <typeparam name="TResult">
  2526. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2527. <exception cref="T:System.ArgumentNullException">
  2528. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2529. <exception cref="T:System.ArgumentOutOfRangeException">
  2530. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2531. </member>
  2532. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,System.Object)">
  2533. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2534. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2535. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2536. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2537. <param name="arg1">
  2538. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2539. <param name="state">
  2540. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2541. <typeparam name="TArg1">
  2542. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2543. <exception cref="T:System.ArgumentNullException">
  2544. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2545. </member>
  2546. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2547. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2548. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2549. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2550. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2551. <param name="arg1">
  2552. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2553. <param name="state">
  2554. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2555. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2556. <typeparam name="TArg1">
  2557. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2558. <exception cref="T:System.ArgumentNullException">
  2559. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2560. <exception cref="T:System.ArgumentOutOfRangeException">
  2561. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2562. </member>
  2563. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1},``0,System.Object)">
  2564. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2565. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2566. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2567. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2568. <param name="arg1">
  2569. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2570. <param name="state">
  2571. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2572. <typeparam name="TArg1">
  2573. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2574. <typeparam name="TResult">
  2575. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2576. <exception cref="T:System.ArgumentNullException">
  2577. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2578. </member>
  2579. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``1},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2580. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2581. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2582. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2583. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2584. <param name="arg1">
  2585. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2586. <param name="state">
  2587. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2588. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2589. <typeparam name="TArg1">
  2590. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2591. <typeparam name="TResult">
  2592. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2593. <exception cref="T:System.ArgumentNullException">
  2594. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2595. <exception cref="T:System.ArgumentOutOfRangeException">
  2596. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2597. </member>
  2598. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,System.Object)">
  2599. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2600. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2601. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2602. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2603. <param name="arg1">
  2604. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2605. <param name="arg2">
  2606. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2607. <param name="state">
  2608. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2609. <typeparam name="TArg1">
  2610. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2611. <typeparam name="TArg2">
  2612. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2613. <exception cref="T:System.ArgumentNullException">
  2614. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2615. </member>
  2616. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2617. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2618. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2619. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2620. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2621. <param name="arg1">
  2622. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2623. <param name="arg2">
  2624. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2625. <param name="state">
  2626. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2627. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2628. <typeparam name="TArg1">
  2629. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2630. <typeparam name="TArg2">
  2631. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2632. <exception cref="T:System.ArgumentNullException">
  2633. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2634. <exception cref="T:System.ArgumentOutOfRangeException">
  2635. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2636. </member>
  2637. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2},``0,``1,System.Object)">
  2638. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2639. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2640. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2641. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2642. <param name="arg1">
  2643. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2644. <param name="arg2">
  2645. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2646. <param name="state">
  2647. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2648. <typeparam name="TArg1">
  2649. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2650. <typeparam name="TArg2">
  2651. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2652. <typeparam name="TResult">
  2653. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2654. <exception cref="T:System.ArgumentNullException">
  2655. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2656. </member>
  2657. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``2},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2658. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2659. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2660. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2661. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2662. <param name="arg1">
  2663. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2664. <param name="arg2">
  2665. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2666. <param name="state">
  2667. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2668. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2669. <typeparam name="TArg1">
  2670. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2671. <typeparam name="TArg2">
  2672. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2673. <typeparam name="TResult">
  2674. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2675. <exception cref="T:System.ArgumentNullException">
  2676. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2677. <exception cref="T:System.ArgumentOutOfRangeException">
  2678. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2679. </member>
  2680. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,``2,System.Object)">
  2681. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2682. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2683. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2684. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2685. <param name="arg1">
  2686. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2687. <param name="arg2">
  2688. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2689. <param name="arg3">
  2690. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수입니다.</param>
  2691. <param name="state">
  2692. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2693. <typeparam name="TArg1">
  2694. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2695. <typeparam name="TArg2">
  2696. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수의 형식입니다.</typeparam>
  2697. <typeparam name="TArg3">
  2698. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2699. <exception cref="T:System.ArgumentNullException">
  2700. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2701. </member>
  2702. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2703. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task" />를 만듭니다.</summary>
  2704. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2705. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2706. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2707. <param name="arg1">
  2708. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2709. <param name="arg2">
  2710. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2711. <param name="arg3">
  2712. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수입니다.</param>
  2713. <param name="state">
  2714. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2715. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2716. <typeparam name="TArg1">
  2717. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2718. <typeparam name="TArg2">
  2719. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수의 형식입니다.</typeparam>
  2720. <typeparam name="TArg3">
  2721. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2722. <exception cref="T:System.ArgumentNullException">
  2723. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2724. <exception cref="T:System.ArgumentOutOfRangeException">
  2725. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2726. </member>
  2727. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3},``0,``1,``2,System.Object)">
  2728. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2729. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2730. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2731. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2732. <param name="arg1">
  2733. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2734. <param name="arg2">
  2735. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2736. <param name="arg3">
  2737. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수입니다.</param>
  2738. <param name="state">
  2739. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2740. <typeparam name="TArg1">
  2741. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2742. <typeparam name="TArg2">
  2743. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수의 형식입니다.</typeparam>
  2744. <typeparam name="TArg3">
  2745. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2746. <typeparam name="TResult">
  2747. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2748. <exception cref="T:System.ArgumentNullException">
  2749. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2750. </member>
  2751. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``4(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,``3},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2752. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />를 만듭니다.</summary>
  2753. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2754. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  2755. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  2756. <param name="arg1">
  2757. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  2758. <param name="arg2">
  2759. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  2760. <param name="arg3">
  2761. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수입니다.</param>
  2762. <param name="state">
  2763. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2764. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2765. <typeparam name="TArg1">
  2766. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  2767. <typeparam name="TArg2">
  2768. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수의 형식입니다.</typeparam>
  2769. <typeparam name="TArg3">
  2770. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  2771. <typeparam name="TResult">
  2772. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2773. <exception cref="T:System.ArgumentNullException">
  2774. <paramref name="beginMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2775. <exception cref="T:System.ArgumentOutOfRangeException">
  2776. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2777. </member>
  2778. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult})">
  2779. <summary>지정된 <see cref="T:System.Threading.Tasks.Task" />가 완료될 때 End 메서드 작업을 실행하는 <see cref="T:System.IAsyncResult" />를 만듭니다.</summary>
  2780. <returns>비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2781. <param name="asyncResult">완료될 때 <paramref name="endMethod" />의 처리를 트리거하는 IAsyncResult입니다.</param>
  2782. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 동작 대리자입니다.</param>
  2783. <exception cref="T:System.ArgumentNullException">
  2784. <paramref name="asyncResult" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2785. </member>
  2786. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult},System.Threading.Tasks.TaskCreationOptions)">
  2787. <summary>지정된 <see cref="T:System.Threading.Tasks.Task" />가 완료될 때 End 메서드 작업을 실행하는 <see cref="T:System.IAsyncResult" />를 만듭니다.</summary>
  2788. <returns>비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2789. <param name="asyncResult">완료될 때 <paramref name="endMethod" />의 처리를 트리거하는 IAsyncResult입니다.</param>
  2790. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 동작 대리자입니다.</param>
  2791. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2792. <exception cref="T:System.ArgumentNullException">
  2793. <paramref name="asyncResult" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2794. <exception cref="T:System.ArgumentOutOfRangeException">
  2795. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2796. </member>
  2797. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync(System.IAsyncResult,System.Action{System.IAsyncResult},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  2798. <summary>지정된 <see cref="T:System.Threading.Tasks.Task" />가 완료될 때 End 메서드 작업을 실행하는 <see cref="T:System.IAsyncResult" />를 만듭니다.</summary>
  2799. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2800. <param name="asyncResult">완료될 때 <paramref name="endMethod" />의 처리를 트리거하는 IAsyncResult입니다.</param>
  2801. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 동작 대리자입니다.</param>
  2802. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2803. <param name="scheduler">End 메서드를 실행하는 작업을 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  2804. <exception cref="T:System.ArgumentNullException">
  2805. <paramref name="asyncResult" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2806. <exception cref="T:System.ArgumentOutOfRangeException">
  2807. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2808. </member>
  2809. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0})">
  2810. <summary>지정된 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 End 메서드 함수를 실행하는 <see cref="T:System.IAsyncResult" />를 만듭니다.</summary>
  2811. <returns>비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2812. <param name="asyncResult">완료될 때 <paramref name="endMethod" />의 처리를 트리거하는 IAsyncResult입니다.</param>
  2813. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 함수 대리자입니다.</param>
  2814. <typeparam name="TResult">
  2815. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2816. <exception cref="T:System.ArgumentNullException">
  2817. <paramref name="asyncResult" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2818. </member>
  2819. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0},System.Threading.Tasks.TaskCreationOptions)">
  2820. <summary>지정된 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 End 메서드 함수를 실행하는 <see cref="T:System.IAsyncResult" />를 만듭니다.</summary>
  2821. <returns>비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2822. <param name="asyncResult">완료될 때 <paramref name="endMethod" />의 처리를 트리거하는 IAsyncResult입니다.</param>
  2823. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 함수 대리자입니다.</param>
  2824. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2825. <typeparam name="TResult">
  2826. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2827. <exception cref="T:System.ArgumentNullException">
  2828. <paramref name="asyncResult" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2829. <exception cref="T:System.ArgumentOutOfRangeException">
  2830. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2831. </member>
  2832. <member name="M:System.Threading.Tasks.TaskFactory.FromAsync``1(System.IAsyncResult,System.Func{System.IAsyncResult,``0},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  2833. <summary>지정된 <see cref="T:System.Threading.Tasks.Task`1" />가 완료될 때 End 메서드 함수를 실행하는 <see cref="T:System.IAsyncResult" />를 만듭니다.</summary>
  2834. <returns>비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2835. <param name="asyncResult">완료될 때 <paramref name="endMethod" />의 처리를 트리거하는 IAsyncResult입니다.</param>
  2836. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 함수 대리자입니다.</param>
  2837. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2838. <param name="scheduler">End 메서드를 실행하는 작업을 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</param>
  2839. <typeparam name="TResult">
  2840. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2841. <exception cref="T:System.ArgumentNullException">
  2842. <paramref name="asyncResult" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="endMethod" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2843. <exception cref="T:System.ArgumentOutOfRangeException">
  2844. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2845. </member>
  2846. <member name="P:System.Threading.Tasks.TaskFactory.Scheduler">
  2847. <summary>이 작업 팩터리에 대한 기본 작업 스케줄러를 가져옵니다.</summary>
  2848. <returns>이 작업 팩터리에 대한 기본 작업 스케줄러입니다.</returns>
  2849. </member>
  2850. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action)">
  2851. <summary>작업을 만들고 시작합니다.</summary>
  2852. <returns>시작된 작업입니다.</returns>
  2853. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2854. <exception cref="T:System.ArgumentNullException">
  2855. <paramref name="action" /> 인수가 null인 경우</exception>
  2856. </member>
  2857. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.CancellationToken)">
  2858. <summary>
  2859. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다.</summary>
  2860. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2861. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2862. <param name="cancellationToken">새 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  2863. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2864. <exception cref="T:System.ArgumentNullException">
  2865. <paramref name="action" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2866. </member>
  2867. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  2868. <summary>
  2869. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다.</summary>
  2870. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2871. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2872. <param name="cancellationToken">새 <see cref="T:System.Threading.Tasks.Task" />에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  2873. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2874. <param name="scheduler">만들어진 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task" />입니다.</param>
  2875. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2876. <exception cref="T:System.ArgumentNullException">
  2877. <paramref name="action" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2878. <exception cref="T:System.ArgumentOutOfRangeException">
  2879. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2880. </member>
  2881. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action,System.Threading.Tasks.TaskCreationOptions)">
  2882. <summary>
  2883. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다.</summary>
  2884. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2885. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2886. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2887. <exception cref="T:System.ArgumentNullException">
  2888. <paramref name="action" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2889. <exception cref="T:System.ArgumentOutOfRangeException">
  2890. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.</exception>
  2891. </member>
  2892. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object)">
  2893. <summary>
  2894. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다. </summary>
  2895. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다. </returns>
  2896. <param name="action">비동기적으로 실행할 동작 대리자입니다. </param>
  2897. <param name="state">
  2898. <paramref name="action" /> 대리자가 사용할 데이터가 포함된 개체입니다. </param>
  2899. <exception cref="T:System.ArgumentNullException">
  2900. <paramref name="action" /> 인수가 null인 경우 </exception>
  2901. </member>
  2902. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.CancellationToken)">
  2903. <summary>
  2904. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다.</summary>
  2905. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2906. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2907. <param name="state">
  2908. <paramref name="action" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2909. <param name="cancellationToken">새 <see cref="T:System.Threading.Tasks.Task" />에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  2910. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2911. <exception cref="T:System.ArgumentNullException">
  2912. <paramref name="action" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2913. </member>
  2914. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  2915. <summary>
  2916. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다.</summary>
  2917. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2918. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2919. <param name="state">
  2920. <paramref name="action" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2921. <param name="cancellationToken">새 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  2922. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2923. <param name="scheduler">만들어진 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task" />입니다.</param>
  2924. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2925. <exception cref="T:System.ArgumentNullException">
  2926. <paramref name="action" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2927. <exception cref="T:System.ArgumentOutOfRangeException">
  2928. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2929. </member>
  2930. <member name="M:System.Threading.Tasks.TaskFactory.StartNew(System.Action{System.Object},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  2931. <summary>
  2932. <see cref="T:System.Threading.Tasks.Task" />를 만들고 시작합니다.</summary>
  2933. <returns>시작된 <see cref="T:System.Threading.Tasks.Task" />입니다.</returns>
  2934. <param name="action">비동기적으로 실행할 동작 대리자입니다.</param>
  2935. <param name="state">
  2936. <paramref name="action" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  2937. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2938. <exception cref="T:System.ArgumentNullException">
  2939. <paramref name="action" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2940. <exception cref="T:System.ArgumentOutOfRangeException">
  2941. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.</exception>
  2942. </member>
  2943. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0})">
  2944. <summary>
  2945. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  2946. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2947. <param name="function">
  2948. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  2949. <typeparam name="TResult">
  2950. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다. </typeparam>
  2951. <exception cref="T:System.ArgumentNullException">
  2952. <paramref name="function" /> 인수가 null인 경우</exception>
  2953. </member>
  2954. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.CancellationToken)">
  2955. <summary>
  2956. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  2957. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2958. <param name="function">
  2959. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  2960. <param name="cancellationToken">새 <see cref="T:System.Threading.Tasks.Task" />에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  2961. <typeparam name="TResult">
  2962. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2963. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2964. <exception cref="T:System.ArgumentNullException">
  2965. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2966. </member>
  2967. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  2968. <summary>
  2969. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  2970. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2971. <param name="function">
  2972. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  2973. <param name="cancellationToken">새 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  2974. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2975. <param name="scheduler">만들어진 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</param>
  2976. <typeparam name="TResult">
  2977. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2978. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  2979. <exception cref="T:System.ArgumentNullException">
  2980. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2981. <exception cref="T:System.ArgumentOutOfRangeException">
  2982. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2983. </member>
  2984. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{``0},System.Threading.Tasks.TaskCreationOptions)">
  2985. <summary>
  2986. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  2987. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  2988. <param name="function">
  2989. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  2990. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  2991. <typeparam name="TResult">
  2992. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  2993. <exception cref="T:System.ArgumentNullException">
  2994. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  2995. <exception cref="T:System.ArgumentOutOfRangeException">
  2996. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  2997. </member>
  2998. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object)">
  2999. <summary>
  3000. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  3001. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3002. <param name="function">
  3003. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3004. <param name="state">
  3005. <paramref name="function" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3006. <typeparam name="TResult">
  3007. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  3008. <exception cref="T:System.ArgumentNullException">
  3009. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  3010. </member>
  3011. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.CancellationToken)">
  3012. <summary>
  3013. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  3014. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3015. <param name="function">
  3016. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3017. <param name="state">
  3018. <paramref name="function" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3019. <param name="cancellationToken">새 <see cref="T:System.Threading.Tasks.Task" />에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  3020. <typeparam name="TResult">
  3021. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  3022. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  3023. <exception cref="T:System.ArgumentNullException">
  3024. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  3025. </member>
  3026. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  3027. <summary>
  3028. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  3029. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3030. <param name="function">
  3031. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3032. <param name="state">
  3033. <paramref name="function" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3034. <param name="cancellationToken">새 작업에 할당할 <see cref="P:System.Threading.Tasks.TaskFactory.CancellationToken" />입니다.</param>
  3035. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  3036. <param name="scheduler">만들어진 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</param>
  3037. <typeparam name="TResult">
  3038. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  3039. <exception cref="T:System.ObjectDisposedException">제공된 <see cref="T:System.Threading.CancellationToken" />가 이미 삭제된 경우</exception>
  3040. <exception cref="T:System.ArgumentNullException">
  3041. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.또는<paramref name="scheduler" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  3042. <exception cref="T:System.ArgumentOutOfRangeException">
  3043. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  3044. </member>
  3045. <member name="M:System.Threading.Tasks.TaskFactory.StartNew``1(System.Func{System.Object,``0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  3046. <summary>
  3047. <see cref="T:System.Threading.Tasks.Task`1" />를 만들고 시작합니다.</summary>
  3048. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3049. <param name="function">
  3050. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3051. <param name="state">
  3052. <paramref name="function" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3053. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 TaskCreationOptions 값입니다.</param>
  3054. <typeparam name="TResult">
  3055. <see cref="T:System.Threading.Tasks.Task`1" />를 통해 사용할 수 있는 결과의 형식입니다.</typeparam>
  3056. <exception cref="T:System.ArgumentNullException">
  3057. <paramref name="function" /> 인수가 null일 때 throw되는 예외입니다.</exception>
  3058. <exception cref="T:System.ArgumentOutOfRangeException">
  3059. <paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.<paramref name="creationOptions" /> 인수가 잘못된 TaskCreationOptions 값을 지정하는 경우 throw되는 예외입니다.자세한 내용은 <see cref="M:System.Threading.Tasks.TaskFactory.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Action{System.IAsyncResult},System.Object,System.Threading.Tasks.TaskCreationOptions)" />에 대한 설명을 참조하십시오.</exception>
  3060. </member>
  3061. <member name="T:System.Threading.Tasks.TaskFactory`1">
  3062. <summary>
  3063. <see cref="T:System.Threading.Tasks.Task`1" /> 개체를 만들고 예약하도록 지원합니다.</summary>
  3064. <typeparam name="TResult">이 클래스의 메서드로 만든 <see cref="T:System.Threading.Tasks.Task`1" /> 개체의 반환 값입니다. </typeparam>
  3065. </member>
  3066. <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor">
  3067. <summary>기본 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory`1" /> 인스턴스를 초기화합니다.</summary>
  3068. </member>
  3069. <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.CancellationToken)">
  3070. <summary>기본 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory`1" /> 인스턴스를 초기화합니다.</summary>
  3071. <param name="cancellationToken">팩터리 메서드를 호출할 때 다른 취소 토큰을 명시적으로 지정하지 않는 경우 이 <see cref="T:System.Threading.Tasks.TaskFactory" />에서 만든 작업에 할당할 기본 취소 토큰입니다.</param>
  3072. </member>
  3073. <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  3074. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory`1" /> 인스턴스를 초기화합니다.</summary>
  3075. <param name="cancellationToken">팩터리 메서드를 호출할 때 다른 취소 토큰을 명시적으로 지정하지 않는 경우 이 <see cref="T:System.Threading.Tasks.TaskFactory" />에서 만든 작업에 할당할 기본 취소 토큰입니다.</param>
  3076. <param name="creationOptions">이 <see cref="T:System.Threading.Tasks.TaskFactory`1" />을 사용하여 작업을 만들 때 사용할 기본 옵션입니다.</param>
  3077. <param name="continuationOptions">이 <see cref="T:System.Threading.Tasks.TaskFactory`1" />을 사용하여 연속 작업을 만들 때 사용할 기본 옵션입니다.</param>
  3078. <param name="scheduler">이 <see cref="T:System.Threading.Tasks.TaskFactory`1" />을 사용하여 만든 작업을 예약하는 데 사용할 기본 스케줄러입니다.null 값은 <see cref="P:System.Threading.Tasks.TaskScheduler.Current" />를 사용해야 함을 나타냅니다.</param>
  3079. <exception cref="T:System.ArgumentOutOfRangeException">
  3080. <paramref name="creationOptions" /> 또는 <paramref name="continuationOptions" />에 잘못된 값을 지정하는 경우</exception>
  3081. </member>
  3082. <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions)">
  3083. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory`1" /> 인스턴스를 초기화합니다.</summary>
  3084. <param name="creationOptions">이 <see cref="T:System.Threading.Tasks.TaskFactory`1" />을 사용하여 작업을 만들 때 사용할 기본 옵션입니다.</param>
  3085. <param name="continuationOptions">이 <see cref="T:System.Threading.Tasks.TaskFactory`1" />을 사용하여 연속 작업을 만들 때 사용할 기본 옵션입니다.</param>
  3086. <exception cref="T:System.ArgumentOutOfRangeException">
  3087. <paramref name="creationOptions" /> 또는 <paramref name="continuationOptions" />에 잘못된 값을 지정하는 경우</exception>
  3088. </member>
  3089. <member name="M:System.Threading.Tasks.TaskFactory`1.#ctor(System.Threading.Tasks.TaskScheduler)">
  3090. <summary>지정된 구성을 사용하여 <see cref="T:System.Threading.Tasks.TaskFactory`1" /> 인스턴스를 초기화합니다.</summary>
  3091. <param name="scheduler">이 <see cref="T:System.Threading.Tasks.TaskFactory`1" />을 사용하여 만든 작업을 예약하는 데 사용할 스케줄러입니다.null 값은 현재 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 사용해야 함을 나타냅니다.</param>
  3092. </member>
  3093. <member name="P:System.Threading.Tasks.TaskFactory`1.CancellationToken">
  3094. <summary>이 작업 팩터리에 대한 기본 취소 토큰을 가져옵니다.</summary>
  3095. <returns>이 작업 팩터리에 대한 기본 취소 토큰입니다.</returns>
  3096. </member>
  3097. <member name="P:System.Threading.Tasks.TaskFactory`1.ContinuationOptions">
  3098. <summary>이 작업 팩터리에 대한 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> 열거형 값을 가져옵니다.</summary>
  3099. <returns>이 작업 팩터리에 대한 기본 연속 옵션을 지정하는 열거형 값 중 하나입니다.</returns>
  3100. </member>
  3101. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0})">
  3102. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3103. <returns>새 연속 작업입니다.</returns>
  3104. <param name="tasks">계속할 작업의 배열입니다.</param>
  3105. <param name="continuationFunction">
  3106. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3107. <exception cref="T:System.ObjectDisposedException">
  3108. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3109. <exception cref="T:System.ArgumentNullException">
  3110. <paramref name="tasks" /> 배열이 null인 경우또는<paramref name="continuationFunction" />이 null인 경우</exception>
  3111. <exception cref="T:System.ArgumentException">
  3112. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3113. </member>
  3114. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.CancellationToken)">
  3115. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3116. <returns>새 연속 작업입니다.</returns>
  3117. <param name="tasks">계속할 작업의 배열입니다.</param>
  3118. <param name="continuationFunction">
  3119. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3120. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3121. <exception cref="T:System.ObjectDisposedException">
  3122. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  3123. <exception cref="T:System.ArgumentNullException">
  3124. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" />가 null인 경우</exception>
  3125. <exception cref="T:System.ArgumentException">
  3126. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3127. </member>
  3128. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  3129. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3130. <returns>새 연속 작업입니다.</returns>
  3131. <param name="tasks">계속할 작업의 배열입니다.</param>
  3132. <param name="continuationFunction">
  3133. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3134. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3135. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3136. <param name="scheduler">만들어진 연속 작업을 예약하는 데 사용할 스케줄러입니다.</param>
  3137. <exception cref="T:System.ArgumentNullException">
  3138. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3139. <exception cref="T:System.ArgumentException">
  3140. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3141. <exception cref="T:System.ArgumentOutOfRangeException">
  3142. <paramref name="continuationOptions" />가 잘못된 값을 지정하는 경우</exception>
  3143. <exception cref="T:System.ObjectDisposedException">
  3144. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  3145. </member>
  3146. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task[],`0},System.Threading.Tasks.TaskContinuationOptions)">
  3147. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3148. <returns>새 연속 작업입니다.</returns>
  3149. <param name="tasks">계속할 작업의 배열입니다.</param>
  3150. <param name="continuationFunction">
  3151. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3152. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3153. <exception cref="T:System.ObjectDisposedException">
  3154. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3155. <exception cref="T:System.ArgumentNullException">
  3156. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3157. <exception cref="T:System.ArgumentOutOfRangeException">
  3158. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다.</exception>
  3159. <exception cref="T:System.ArgumentException">
  3160. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3161. </member>
  3162. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0})">
  3163. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3164. <returns>새 연속 작업입니다.</returns>
  3165. <param name="tasks">계속할 작업의 배열입니다.</param>
  3166. <param name="continuationFunction">
  3167. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3168. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3169. <exception cref="T:System.ObjectDisposedException">
  3170. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3171. <exception cref="T:System.ArgumentNullException">
  3172. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3173. <exception cref="T:System.ArgumentException">
  3174. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3175. </member>
  3176. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.CancellationToken)">
  3177. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3178. <returns>새 연속 작업입니다.</returns>
  3179. <param name="tasks">계속할 작업의 배열입니다.</param>
  3180. <param name="continuationFunction">
  3181. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3182. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3183. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3184. <exception cref="T:System.ObjectDisposedException">
  3185. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  3186. <exception cref="T:System.ArgumentNullException">
  3187. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3188. <exception cref="T:System.ArgumentException">
  3189. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3190. </member>
  3191. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  3192. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3193. <returns>새 연속 작업입니다.</returns>
  3194. <param name="tasks">계속할 작업의 배열입니다.</param>
  3195. <param name="continuationFunction">
  3196. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3197. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3198. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3199. <param name="scheduler">만들어진 연속 작업을 예약하는 데 사용할 스케줄러입니다.</param>
  3200. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3201. <exception cref="T:System.ArgumentNullException">
  3202. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3203. <exception cref="T:System.ArgumentException">
  3204. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3205. <exception cref="T:System.ArgumentOutOfRangeException">
  3206. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다.</exception>
  3207. <exception cref="T:System.ObjectDisposedException">
  3208. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  3209. </member>
  3210. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAll``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0}[],`0},System.Threading.Tasks.TaskContinuationOptions)">
  3211. <summary>제공된 작업 집합이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3212. <returns>새 연속 작업입니다.</returns>
  3213. <param name="tasks">계속할 작업의 배열입니다.</param>
  3214. <param name="continuationFunction">
  3215. <paramref name="tasks" /> 배열의 모든 작업이 완료되었을 때 비동기로 실행할 함수 대리자입니다.</param>
  3216. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3217. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3218. <exception cref="T:System.ObjectDisposedException">
  3219. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3220. <exception cref="T:System.ArgumentNullException">
  3221. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3222. <exception cref="T:System.ArgumentOutOfRangeException">
  3223. <paramref name="continuationOptions" /> 인수에서 잘못된 값을 지정합니다.</exception>
  3224. <exception cref="T:System.ArgumentException">
  3225. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3226. </member>
  3227. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0})">
  3228. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다. </summary>
  3229. <returns>새 연속 작업입니다.</returns>
  3230. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3231. <param name="continuationFunction">
  3232. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3233. <exception cref="T:System.ObjectDisposedException">
  3234. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3235. <exception cref="T:System.ArgumentNullException">
  3236. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3237. <exception cref="T:System.ArgumentException">
  3238. <paramref name="tasks" /> 배열에 null 값이 있거나 비어 있습니다.</exception>
  3239. </member>
  3240. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.CancellationToken)">
  3241. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3242. <returns>새 연속 작업입니다.</returns>
  3243. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3244. <param name="continuationFunction">
  3245. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3246. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3247. <exception cref="T:System.ObjectDisposedException">
  3248. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  3249. <exception cref="T:System.ArgumentNullException">
  3250. <paramref name="tasks" /> 배열이 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3251. <exception cref="T:System.ArgumentException">
  3252. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3253. </member>
  3254. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  3255. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3256. <returns>새 연속 작업입니다.</returns>
  3257. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3258. <param name="continuationFunction">
  3259. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3260. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3261. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3262. <param name="scheduler">만들어진 연속 작업을 예약하는 데 사용할 작업 스케줄러입니다.</param>
  3263. <exception cref="T:System.ArgumentNullException">
  3264. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3265. <exception cref="T:System.ArgumentException">
  3266. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3267. <exception cref="T:System.ArgumentOutOfRangeException">
  3268. <paramref name="continuationOptions" /> 인수에서 잘못된 <see cref="T:System.Threading.Tasks.TaskContinuationOptions" /> 값을 지정합니다.</exception>
  3269. <exception cref="T:System.ObjectDisposedException">
  3270. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다. </exception>
  3271. </member>
  3272. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny(System.Threading.Tasks.Task[],System.Func{System.Threading.Tasks.Task,`0},System.Threading.Tasks.TaskContinuationOptions)">
  3273. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3274. <returns>새 연속 작업입니다.</returns>
  3275. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3276. <param name="continuationFunction">
  3277. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3278. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3279. <exception cref="T:System.ObjectDisposedException">
  3280. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3281. <exception cref="T:System.ArgumentNullException">
  3282. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3283. <exception cref="T:System.ArgumentOutOfRangeException">
  3284. <paramref name="continuationOptions" /> 인수가 잘못된 열거형 값을 지정합니다.</exception>
  3285. <exception cref="T:System.ArgumentException">
  3286. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3287. </member>
  3288. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0})">
  3289. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3290. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3291. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3292. <param name="continuationFunction">
  3293. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3294. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3295. <exception cref="T:System.ObjectDisposedException">
  3296. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3297. <exception cref="T:System.ArgumentNullException">
  3298. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3299. <exception cref="T:System.ArgumentException">
  3300. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3301. </member>
  3302. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.CancellationToken)">
  3303. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3304. <returns>새 연속 작업입니다.</returns>
  3305. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3306. <param name="continuationFunction">
  3307. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3308. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3309. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3310. <exception cref="T:System.ObjectDisposedException">
  3311. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다.</exception>
  3312. <exception cref="T:System.ArgumentNullException">
  3313. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3314. <exception cref="T:System.ArgumentException">
  3315. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3316. </member>
  3317. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler)">
  3318. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3319. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3320. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3321. <param name="continuationFunction">
  3322. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3323. <param name="cancellationToken">새 연속 작업에 할당할 취소 토큰입니다.</param>
  3324. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3325. <param name="scheduler">만들어진 연속 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 예약하는 데 사용할 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</param>
  3326. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3327. <exception cref="T:System.ArgumentNullException">
  3328. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3329. <exception cref="T:System.ArgumentException">
  3330. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3331. <exception cref="T:System.ArgumentOutOfRangeException">
  3332. <paramref name="continuationOptions" /> 인수는 잘못된 TaskContinuationOptions 값을 지정합니다.</exception>
  3333. <exception cref="T:System.ObjectDisposedException">
  3334. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.또는<see cref="T:System.Threading.CancellationTokenSource" /> 만든<paramref name=" cancellationToken" /> 이미 삭제 되었습니다. </exception>
  3335. </member>
  3336. <member name="M:System.Threading.Tasks.TaskFactory`1.ContinueWhenAny``1(System.Threading.Tasks.Task{``0}[],System.Func{System.Threading.Tasks.Task{``0},`0},System.Threading.Tasks.TaskContinuationOptions)">
  3337. <summary>제공된 집합에서 모든 작업이 완료될 때 시작할 연속 작업을 만듭니다.</summary>
  3338. <returns>새 연속 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3339. <param name="tasks">작업이 완료될 때 계속할 작업의 배열입니다.</param>
  3340. <param name="continuationFunction">
  3341. <paramref name="tasks" /> 배열에서 작업이 완료될 때 비동기로 실행할 함수 대리자입니다.</param>
  3342. <param name="continuationOptions">만들어진 연속 작업의 동작을 제어하는 열거형 값 중 하나입니다.NotOn* 또는 OnlyOn* 값이 잘못되었습니다.</param>
  3343. <typeparam name="TAntecedentResult">선행 <paramref name="tasks" />의 결과 형식입니다.</typeparam>
  3344. <exception cref="T:System.ObjectDisposedException">
  3345. <paramref name="tasks" /> 배열에 있는 요소 중 하나가 삭제되었습니다.</exception>
  3346. <exception cref="T:System.ArgumentNullException">
  3347. <paramref name="tasks" /> 배열은 null입니다.또는<paramref name="continuationFunction" /> 인수가 null인 경우</exception>
  3348. <exception cref="T:System.ArgumentOutOfRangeException">
  3349. <paramref name="continuationOptions" /> 인수가 잘못된 열거형 값을 지정합니다.</exception>
  3350. <exception cref="T:System.ArgumentException">
  3351. <paramref name="tasks" /> 배열에 null 값이 들어 있습니다.또는<paramref name="tasks" /> 배열이 비어 있습니다.</exception>
  3352. </member>
  3353. <member name="P:System.Threading.Tasks.TaskFactory`1.CreationOptions">
  3354. <summary>이 작업 팩터리에 대한 <see cref="T:System.Threading.Tasks.TaskCreationOptions" /> 열거형 값을 가져옵니다.</summary>
  3355. <returns>이 작업 팩터리에 대한 기본 만들기 옵션을 지정하는 열거형 값 중 하나입니다.</returns>
  3356. </member>
  3357. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},System.Object)">
  3358. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3359. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3360. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3361. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3362. <param name="state">
  3363. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3364. <exception cref="T:System.ArgumentNullException">
  3365. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3366. </member>
  3367. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.Func{System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  3368. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3369. <returns>비동기 작업을 나타내는 만들어진 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3370. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3371. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3372. <param name="state">
  3373. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3374. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3375. <exception cref="T:System.ArgumentNullException">
  3376. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3377. <exception cref="T:System.ArgumentOutOfRangeException">
  3378. <paramref name="creationOptions" /> 인수에서 잘못된 값을 지정합니다.</exception>
  3379. </member>
  3380. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,System.Object)">
  3381. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3382. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3383. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3384. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3385. <param name="arg1">
  3386. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  3387. <param name="state">
  3388. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3389. <typeparam name="TArg1">
  3390. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  3391. <exception cref="T:System.ArgumentNullException">
  3392. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3393. </member>
  3394. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``1(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  3395. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3396. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3397. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3398. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3399. <param name="arg1">
  3400. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  3401. <param name="state">
  3402. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3403. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3404. <typeparam name="TArg1">
  3405. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  3406. <exception cref="T:System.ArgumentNullException">
  3407. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3408. <exception cref="T:System.ArgumentOutOfRangeException">
  3409. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3410. </member>
  3411. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,System.Object)">
  3412. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3413. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3414. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3415. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3416. <param name="arg1">
  3417. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  3418. <param name="arg2">
  3419. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  3420. <param name="state">
  3421. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3422. <typeparam name="TArg1">
  3423. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  3424. <typeparam name="TArg2">
  3425. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  3426. <exception cref="T:System.ArgumentNullException">
  3427. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3428. </member>
  3429. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``2(System.Func{``0,``1,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  3430. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3431. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3432. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3433. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3434. <param name="arg1">
  3435. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  3436. <param name="arg2">
  3437. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  3438. <param name="state">
  3439. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3440. <param name="creationOptions">만들어진 <see cref="T:System.Threading.Tasks.Task`1" />의 동작을 제어하는 개체입니다.</param>
  3441. <typeparam name="TArg1">
  3442. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  3443. <typeparam name="TArg2">
  3444. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  3445. <exception cref="T:System.ArgumentNullException">
  3446. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3447. <exception cref="T:System.ArgumentOutOfRangeException">
  3448. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3449. </member>
  3450. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,``2,System.Object)">
  3451. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3452. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3453. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3454. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3455. <param name="arg1">
  3456. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  3457. <param name="arg2">
  3458. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  3459. <param name="arg3">
  3460. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수입니다.</param>
  3461. <param name="state">
  3462. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3463. <typeparam name="TArg1">
  3464. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  3465. <typeparam name="TArg2">
  3466. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수의 형식입니다.</typeparam>
  3467. <typeparam name="TArg3">
  3468. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  3469. <exception cref="T:System.ArgumentNullException">
  3470. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3471. </member>
  3472. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync``3(System.Func{``0,``1,``2,System.AsyncCallback,System.Object,System.IAsyncResult},System.Func{System.IAsyncResult,`0},``0,``1,``2,System.Object,System.Threading.Tasks.TaskCreationOptions)">
  3473. <summary>비동기 프로그래밍 모델 패턴을 따르는 Begin 및 End 메서드 쌍을 나타내는 작업을 만듭니다.</summary>
  3474. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3475. <param name="beginMethod">비동기 작업을 시작하는 대리자입니다.</param>
  3476. <param name="endMethod">비동기 작업을 종료하는 대리자입니다.</param>
  3477. <param name="arg1">
  3478. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수입니다.</param>
  3479. <param name="arg2">
  3480. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수입니다.</param>
  3481. <param name="arg3">
  3482. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수입니다.</param>
  3483. <param name="state">
  3484. <paramref name="beginMethod" /> 대리자가 사용할 데이터가 포함된 개체입니다.</param>
  3485. <param name="creationOptions">만들어진 작업의 동작을 제어하는 개체입니다.</param>
  3486. <typeparam name="TArg1">
  3487. <paramref name="beginMethod" /> 대리자에 전달되는 두 번째 인수의 형식입니다.</typeparam>
  3488. <typeparam name="TArg2">
  3489. <paramref name="beginMethod" /> 대리자에 전달되는 세 번째 인수의 형식입니다.</typeparam>
  3490. <typeparam name="TArg3">
  3491. <paramref name="beginMethod" /> 대리자에 전달되는 첫 번째 인수의 형식입니다.</typeparam>
  3492. <exception cref="T:System.ArgumentNullException">
  3493. <paramref name="beginMethod" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3494. <exception cref="T:System.ArgumentOutOfRangeException">
  3495. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3496. </member>
  3497. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0})">
  3498. <summary>지정된 <see cref="T:System.IAsyncResult" />가 완료될 때 End 메서드 함수를 실행하는 작업을 만듭니다.</summary>
  3499. <returns>비동기 작업을 나타내는 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3500. <param name="asyncResult">완료될 때 <see cref="T:System.IAsyncResult" />의 처리를 트리거해야 하는 <paramref name="endMethod" />입니다.</param>
  3501. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 함수 대리자입니다.</param>
  3502. <exception cref="T:System.ArgumentNullException">
  3503. <paramref name="asyncResult" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3504. </member>
  3505. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0},System.Threading.Tasks.TaskCreationOptions)">
  3506. <summary>지정된 <see cref="T:System.IAsyncResult" />가 완료될 때 End 메서드 함수를 실행하는 작업을 만듭니다.</summary>
  3507. <returns>비동기 작업(operation)을 나타내는 작업(task)입니다.</returns>
  3508. <param name="asyncResult">완료될 때 <see cref="T:System.IAsyncResult" />의 처리를 트리거해야 하는 <paramref name="endMethod" />입니다.</param>
  3509. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 함수 대리자입니다.</param>
  3510. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3511. <exception cref="T:System.ArgumentNullException">
  3512. <paramref name="asyncResult" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우</exception>
  3513. <exception cref="T:System.ArgumentOutOfRangeException">
  3514. <paramref name="creationOptions" /> 인수에서 잘못된 값을 지정합니다.</exception>
  3515. </member>
  3516. <member name="M:System.Threading.Tasks.TaskFactory`1.FromAsync(System.IAsyncResult,System.Func{System.IAsyncResult,`0},System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  3517. <summary>지정된 <see cref="T:System.IAsyncResult" />가 완료될 때 End 메서드 함수를 실행하는 작업을 만듭니다.</summary>
  3518. <returns>비동기 작업을 나타내는 만들어진 작업입니다.</returns>
  3519. <param name="asyncResult">완료될 때 <see cref="T:System.IAsyncResult" />의 처리를 트리거해야 하는 <paramref name="endMethod" />입니다.</param>
  3520. <param name="endMethod">완료된 <paramref name="asyncResult" />를 처리하는 함수 대리자입니다.</param>
  3521. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3522. <param name="scheduler">End 메서드를 실행하는 작업을 예약하는 데 사용할 작업 스케줄러입니다.</param>
  3523. <exception cref="T:System.ArgumentNullException">
  3524. <paramref name="asyncResult" /> 인수가 null인 경우또는<paramref name="endMethod" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3525. <exception cref="T:System.ArgumentOutOfRangeException">
  3526. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3527. </member>
  3528. <member name="P:System.Threading.Tasks.TaskFactory`1.Scheduler">
  3529. <summary>이 작업 팩터리에 대한 작업 스케줄러를 가져옵니다.</summary>
  3530. <returns>이 작업 팩터리에 대한 작업 스케줄러입니다.</returns>
  3531. </member>
  3532. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0})">
  3533. <summary>작업을 만들고 시작합니다.</summary>
  3534. <returns>시작된 작업입니다.</returns>
  3535. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3536. <exception cref="T:System.ArgumentNullException">
  3537. <paramref name="function" /> 인수가 null인 경우</exception>
  3538. </member>
  3539. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.CancellationToken)">
  3540. <summary>작업을 만들고 시작합니다.</summary>
  3541. <returns>시작된 작업입니다.</returns>
  3542. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3543. <param name="cancellationToken">새 작업에 할당할 취소 토큰입니다.</param>
  3544. <exception cref="T:System.ObjectDisposedException">
  3545. <paramref name="cancellationToken" />을 만든 취소 토큰 소스가 이미 삭제되었습니다.</exception>
  3546. <exception cref="T:System.ArgumentNullException">
  3547. <paramref name="function" /> 인수가 null인 경우</exception>
  3548. </member>
  3549. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  3550. <summary>작업을 만들고 시작합니다.</summary>
  3551. <returns>시작된 작업입니다.</returns>
  3552. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3553. <param name="cancellationToken">새 작업에 할당할 취소 토큰입니다.</param>
  3554. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3555. <param name="scheduler">만들어진 작업을 예약하는 데 사용할 작업 스케줄러입니다.</param>
  3556. <exception cref="T:System.ObjectDisposedException">
  3557. <paramref name="cancellationToken" />을 만든 취소 토큰 소스가 이미 삭제되었습니다.</exception>
  3558. <exception cref="T:System.ArgumentNullException">
  3559. <paramref name="function" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3560. <exception cref="T:System.ArgumentOutOfRangeException">
  3561. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3562. </member>
  3563. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{`0},System.Threading.Tasks.TaskCreationOptions)">
  3564. <summary>작업을 만들고 시작합니다.</summary>
  3565. <returns>시작된 <see cref="T:System.Threading.Tasks.Task`1" />입니다.</returns>
  3566. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3567. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3568. <exception cref="T:System.ArgumentNullException">
  3569. <paramref name="function" /> 인수가 null인 경우</exception>
  3570. <exception cref="T:System.ArgumentOutOfRangeException">
  3571. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3572. </member>
  3573. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object)">
  3574. <summary>작업을 만들고 시작합니다.</summary>
  3575. <returns>시작된 작업입니다.</returns>
  3576. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3577. <param name="state">
  3578. <paramref name="function" /> 대리자에서 사용할 데이터가 포함된 개체입니다.</param>
  3579. <exception cref="T:System.ArgumentNullException">
  3580. <paramref name="function" /> 인수가 null인 경우</exception>
  3581. </member>
  3582. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken)">
  3583. <summary>작업을 만들고 시작합니다.</summary>
  3584. <returns>시작된 작업입니다.</returns>
  3585. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3586. <param name="state">
  3587. <paramref name="function" /> 대리자에서 사용할 데이터가 포함된 개체입니다.</param>
  3588. <param name="cancellationToken">새 작업에 할당할 취소 토큰입니다.</param>
  3589. <exception cref="T:System.ObjectDisposedException">
  3590. <paramref name="cancellationToken" />을 만든 취소 토큰 소스가 이미 삭제되었습니다.</exception>
  3591. <exception cref="T:System.ArgumentNullException">
  3592. <paramref name="function" /> 인수가 null인 경우</exception>
  3593. </member>
  3594. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)">
  3595. <summary>작업을 만들고 시작합니다.</summary>
  3596. <returns>시작된 작업입니다.</returns>
  3597. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3598. <param name="state">
  3599. <paramref name="function" /> 대리자에서 사용할 데이터가 포함된 개체입니다.</param>
  3600. <param name="cancellationToken">새 작업에 할당할 취소 토큰입니다.</param>
  3601. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3602. <param name="scheduler">만들어진 작업을 예약하는 데 사용할 작업 스케줄러입니다.</param>
  3603. <exception cref="T:System.ObjectDisposedException">
  3604. <paramref name="cancellationToken" />을 만든 취소 토큰 소스가 이미 삭제되었습니다.</exception>
  3605. <exception cref="T:System.ArgumentNullException">
  3606. <paramref name="function" /> 인수가 null인 경우또는<paramref name="scheduler" /> 인수가 null인 경우</exception>
  3607. <exception cref="T:System.ArgumentOutOfRangeException">
  3608. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3609. </member>
  3610. <member name="M:System.Threading.Tasks.TaskFactory`1.StartNew(System.Func{System.Object,`0},System.Object,System.Threading.Tasks.TaskCreationOptions)">
  3611. <summary>작업을 만들고 시작합니다.</summary>
  3612. <returns>시작된 작업입니다.</returns>
  3613. <param name="function">작업을 통해 사용할 수 있는 이후 결과를 반환하는 함수 대리자입니다.</param>
  3614. <param name="state">
  3615. <paramref name="function" /> 대리자에서 사용할 데이터가 포함된 개체입니다.</param>
  3616. <param name="creationOptions">만들어진 작업의 동작을 제어하는 열거형 값 중 하나입니다.</param>
  3617. <exception cref="T:System.ArgumentNullException">
  3618. <paramref name="function" /> 인수가 null인 경우</exception>
  3619. <exception cref="T:System.ArgumentOutOfRangeException">
  3620. <paramref name="creationOptions" /> 매개 변수가 잘못된 값을 지정합니다.</exception>
  3621. </member>
  3622. <member name="T:System.Threading.Tasks.TaskScheduler">
  3623. <summary>작업을 스레드의 큐에 대기하는 낮은 수준의 작업을 처리하는 개체를 나타냅니다.</summary>
  3624. </member>
  3625. <member name="M:System.Threading.Tasks.TaskScheduler.#ctor">
  3626. <summary>
  3627. <see cref="T:System.Threading.Tasks.TaskScheduler" />를 초기화합니다.</summary>
  3628. </member>
  3629. <member name="P:System.Threading.Tasks.TaskScheduler.Current">
  3630. <summary>현재 실행 중인 작업과 연결된 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 가져옵니다.</summary>
  3631. <returns>현재 실행 중인 작업과 연결된 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 반환합니다.</returns>
  3632. </member>
  3633. <member name="P:System.Threading.Tasks.TaskScheduler.Default">
  3634. <summary>.NET Framework에 의해 제공된 기본 <see cref="T:System.Threading.Tasks.TaskScheduler" /> 인스턴스를 가져옵니다.</summary>
  3635. <returns>기본 <see cref="T:System.Threading.Tasks.TaskScheduler" /> 인스턴스를 반환합니다.</returns>
  3636. </member>
  3637. <member name="M:System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext">
  3638. <summary>현재 <see cref="T:System.Threading.SynchronizationContext" />와 연결된 <see cref="T:System.Threading.Tasks.TaskScheduler" />를 만듭니다.</summary>
  3639. <returns>
  3640. <see cref="P:System.Threading.SynchronizationContext.Current" />에서 확인된 현재 <see cref="T:System.Threading.SynchronizationContext" />와 연결된 <see cref="T:System.Threading.Tasks.TaskScheduler" />입니다.</returns>
  3641. <exception cref="T:System.InvalidOperationException">현재 SynchronizationContext를 TaskScheduler로 사용할 수 없습니다.</exception>
  3642. </member>
  3643. <member name="M:System.Threading.Tasks.TaskScheduler.GetScheduledTasks">
  3644. <summary>디버거를 지원하기 위해 현재 스케줄러의 큐에 대기되어 실행을 기다리고 있는 <see cref="T:System.Threading.Tasks.Task" /> 인스턴스의 열거 가능한 형식을 생성합니다.</summary>
  3645. <returns>디버거가 현재 이 스케줄러의 큐에 대기된 작업을 트래버스할 수 있도록 허용하는 열거 가능한 형식입니다.</returns>
  3646. <exception cref="T:System.NotSupportedException">이 스케줄러는 현재 대기 중인 작업 목록을 생성할 수 없습니다.</exception>
  3647. </member>
  3648. <member name="P:System.Threading.Tasks.TaskScheduler.Id">
  3649. <summary>이 <see cref="T:System.Threading.Tasks.TaskScheduler" />의 고유 ID를 가져옵니다.</summary>
  3650. <returns>이 <see cref="T:System.Threading.Tasks.TaskScheduler" />의 고유 ID를 반환합니다.</returns>
  3651. </member>
  3652. <member name="P:System.Threading.Tasks.TaskScheduler.MaximumConcurrencyLevel">
  3653. <summary>이 <see cref="T:System.Threading.Tasks.TaskScheduler" />가 지원할 수 있는 최대 동시성 수준을 나타냅니다.</summary>
  3654. <returns>최대 동시성 수준을 나타내는 정수를 반환합니다.기본 스케줄러는 <see cref="F:System.Int32.MaxValue" />를 반환합니다.</returns>
  3655. </member>
  3656. <member name="M:System.Threading.Tasks.TaskScheduler.QueueTask(System.Threading.Tasks.Task)">
  3657. <summary>
  3658. <see cref="T:System.Threading.Tasks.Task" />를 스케줄러의 큐에 대기합니다. </summary>
  3659. <param name="task">큐에 대기할 <see cref="T:System.Threading.Tasks.Task" />입니다.</param>
  3660. <exception cref="T:System.ArgumentNullException">
  3661. <paramref name="task" /> 인수가 null인 경우</exception>
  3662. </member>
  3663. <member name="M:System.Threading.Tasks.TaskScheduler.TryDequeue(System.Threading.Tasks.Task)">
  3664. <summary>이전에 이 스케줄러의 큐에 대기된 <see cref="T:System.Threading.Tasks.Task" />를 큐에서 제거하려고 합니다.</summary>
  3665. <returns>
  3666. <paramref name="task" /> 인수가 큐에서 제거되었는지 여부를 나타내는 부울입니다.</returns>
  3667. <param name="task">큐에서 제거할 <see cref="T:System.Threading.Tasks.Task" />입니다.</param>
  3668. <exception cref="T:System.ArgumentNullException">
  3669. <paramref name="task" /> 인수가 null인 경우</exception>
  3670. </member>
  3671. <member name="M:System.Threading.Tasks.TaskScheduler.TryExecuteTask(System.Threading.Tasks.Task)">
  3672. <summary>이 스케줄러에 제공된 <see cref="T:System.Threading.Tasks.Task" />를 실행하려고 합니다.</summary>
  3673. <returns>
  3674. <paramref name="task" />가 실행되었으면 true이고, 그렇지 않으면 false인 부울입니다.실행이 실패하는 일반적인 이유는 작업이 이전에 실행되었거나 다른 스레드에서 실행 중이기 때문입니다.</returns>
  3675. <param name="task">실행할 <see cref="T:System.Threading.Tasks.Task" /> 개체입니다.</param>
  3676. <exception cref="T:System.InvalidOperationException">
  3677. <paramref name="task" />는 이 스케줄러와 연결되어 있지 않습니다.</exception>
  3678. </member>
  3679. <member name="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)">
  3680. <summary>제공된 <see cref="T:System.Threading.Tasks.Task" />를 이 호출에서 동기적으로 실행할 수 있는지 여부를 확인하고 실행 가능할 경우 실행합니다.</summary>
  3681. <returns>작업이 인라인으로 실행되었는지 여부를 나타내는 부울 값입니다.</returns>
  3682. <param name="task">실행할 <see cref="T:System.Threading.Tasks.Task" />입니다.</param>
  3683. <param name="taskWasPreviouslyQueued">작업이 이전에 큐에 대기되었는지 여부를 나타내는 부울입니다.이 매개 변수가 True이면 작업이 이전에 큐에 대기된 것일 수 있습니다. False이면 작업이 큐에 대기되지 않은 것입니다. 작업을 큐에 대기하지 않고 인라인으로 실행하려면 이 호출을 수행합니다.</param>
  3684. <exception cref="T:System.ArgumentNullException">
  3685. <paramref name="task" /> 인수가 null인 경우</exception>
  3686. <exception cref="T:System.InvalidOperationException">
  3687. <paramref name="task" />가 이미 실행되었습니다.</exception>
  3688. </member>
  3689. <member name="E:System.Threading.Tasks.TaskScheduler.UnobservedTaskException">
  3690. <summary>오류가 발생한 작업의 관찰되지 않은 예외가 기본적으로 프로세스를 종료하는 예외 에스컬레이션 정책을 트리거하려는 경우 발생합니다.</summary>
  3691. </member>
  3692. <member name="T:System.Threading.Tasks.TaskSchedulerException">
  3693. <summary>
  3694. <see cref="T:System.Threading.Tasks.TaskScheduler" />에서 잘못된 작업을 알리기 위해 사용되는 예외를 나타냅니다.</summary>
  3695. </member>
  3696. <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor">
  3697. <summary>오류를 설명하는 시스템 제공 메시지를 사용하여 <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  3698. </member>
  3699. <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.Exception)">
  3700. <summary>기본 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  3701. <param name="innerException">현재 예외의 원인이 되는 예외입니다.</param>
  3702. </member>
  3703. <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.String)">
  3704. <summary>오류를 설명하는 지정된 메시지를 사용하여 <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  3705. <param name="message">예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.</param>
  3706. </member>
  3707. <member name="M:System.Threading.Tasks.TaskSchedulerException.#ctor(System.String,System.Exception)">
  3708. <summary>지정된 오류 메시지와 해당 예외의 근본 원인인 내부 예외에 대한 참조를 사용하여 <see cref="T:System.Threading.Tasks.TaskSchedulerException" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  3709. <param name="message">예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.</param>
  3710. <param name="innerException">현재 예외의 원인이 되는 예외입니다.<paramref name="innerException" /> 매개 변수가 null이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.</param>
  3711. </member>
  3712. <member name="T:System.Threading.Tasks.TaskStatus">
  3713. <summary>
  3714. <see cref="T:System.Threading.Tasks.Task" />의 수명 주기에서 현재 단계를 나타냅니다.</summary>
  3715. </member>
  3716. <member name="F:System.Threading.Tasks.TaskStatus.Canceled">
  3717. <summary>작업을 실행하기 전에 토큰이 신호를 받은 상태이거나 작업의 CancellationToken이 이미 신호를 받은 상태에서 자체 CancellationToken과 함께 OperationCanceledException을 throw하여 작업이 취소를 승인했습니다.자세한 내용은 작업 취소을 참조하십시오.</summary>
  3718. </member>
  3719. <member name="F:System.Threading.Tasks.TaskStatus.Created">
  3720. <summary>작업이 초기화되었지만 예약되지는 않았습니다.</summary>
  3721. </member>
  3722. <member name="F:System.Threading.Tasks.TaskStatus.Faulted">
  3723. <summary>작업이 처리되지 않은 예외 때문에 완료되었습니다.</summary>
  3724. </member>
  3725. <member name="F:System.Threading.Tasks.TaskStatus.RanToCompletion">
  3726. <summary>작업이 실행을 완료했습니다.</summary>
  3727. </member>
  3728. <member name="F:System.Threading.Tasks.TaskStatus.Running">
  3729. <summary>작업이 실행되고 있지만 완료되지 않았습니다.</summary>
  3730. </member>
  3731. <member name="F:System.Threading.Tasks.TaskStatus.WaitingForActivation">
  3732. <summary>작업이 .NET Framework 인프라를 통해 내부적으로 활성화되고 예약되기 위해 대기 중입니다.</summary>
  3733. </member>
  3734. <member name="F:System.Threading.Tasks.TaskStatus.WaitingForChildrenToComplete">
  3735. <summary>작업이 실행을 마쳤지만 연결된 자식 작업이 완료되기까지 암시적으로 대기 중입니다.</summary>
  3736. </member>
  3737. <member name="F:System.Threading.Tasks.TaskStatus.WaitingToRun">
  3738. <summary>작업이 실행되도록 예약되었지만 아직 실행되지 않았습니다.</summary>
  3739. </member>
  3740. <member name="T:System.Threading.Tasks.UnobservedTaskExceptionEventArgs">
  3741. <summary>오류가 발생한 <see cref="T:System.Threading.Tasks.Task" />의 예외가 관찰되지 않을 때 발생하는 이벤트에 대한 데이터를 제공합니다.</summary>
  3742. </member>
  3743. <member name="M:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.#ctor(System.AggregateException)">
  3744. <summary>관찰되지 않은 예외를 사용하여 <see cref="T:System.Threading.Tasks.UnobservedTaskExceptionEventArgs" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  3745. <param name="exception">관찰되지 않은 예외입니다.</param>
  3746. </member>
  3747. <member name="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception">
  3748. <summary>관찰되지 않은 예외입니다.</summary>
  3749. <returns>관찰되지 않은 예외입니다.</returns>
  3750. </member>
  3751. <member name="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Observed">
  3752. <summary>이 예외가 "관찰됨"으로 표시되었는지 여부를 가져옵니다.</summary>
  3753. <returns>이 예외가 "관찰됨"으로 표시되었으면 true이고, 그렇지 않으면 false입니다.</returns>
  3754. </member>
  3755. <member name="M:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.SetObserved">
  3756. <summary>
  3757. <see cref="P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception" />을 "관찰됨"으로 표시하여 기본적으로 프로세스를 종료하는 예외 에스컬레이션 정책을 트리거하지 않도록 합니다.</summary>
  3758. </member>
  3759. </members>
  3760. </doc>