fuget.org
System.Threading.Tasks.Extensions
by Microsoft
4.3.0-preview1-24530-04
24 Oct 16
Toggle Dropdown
Version 4
4.6.0
12 Nov 24
4.5.4
24 Mar 20
4.5.3
9 Jul 19
4.5.2
8 Jan 19
4.5.2-servicing-27114-05
28 Nov 18
4.5.1
18 Jun 18
4.5.0
29 May 18
4.5.0-rc1
6 May 18
4.5.0-preview2-26406-04
10 Apr 18
4.5.0-preview1-26216-02
26 Feb 18
4.4.0
11 Aug 17
4.4.0-preview2-25405-01
27 Jun 17
4.4.0-preview1-25305-02
9 May 17
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
API Diff
with 4.0.0-rc2-24027
Toggle Dropdown
Version 4
4.6.0
12 Nov 24
4.5.4
24 Mar 20
4.5.3
9 Jul 19
4.5.2
8 Jan 19
4.5.2-servicing-27114-05
28 Nov 18
4.5.1
18 Jun 18
4.5.0
29 May 18
4.5.0-rc1
6 May 18
4.5.0-preview2-26406-04
10 Apr 18
4.5.0-preview1-26216-02
26 Feb 18
4.4.0
11 Aug 17
4.4.0-preview2-25405-01
27 Jun 17
4.4.0-preview1-25305-02
9 May 17
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
System.Threading.Tasks.Extensions.4.3.0-preview1-24530-04.nupkg
nuget.org
dot.net
License
<
PackageReference
Include
=
"System.Threading.Tasks.Extensions"
Version
=
"4.3.0-preview1-24530-04"
/>
Frameworks
netstandard1.0
portable-net45+win8+wp8+wpa81
Dependencies
System.Collections 4.3.0-preview1-24530-04
System.Runtime 4.3.0-preview1-24530-04
System.Threading.Tasks 4.3.0-preview1-24530-04
API Diff between 4.3.0-preview1-24530-04 and 4.0.0-rc2-24027
13
Additions
2
Removals
System.Runtime.CompilerServices
public
sealed
class
AsyncMethodBuilderAttribute
:
Attribute
public
Type
BuilderType
{
get
; }
public
AsyncMethodBuilderAttribute
(
Type
builderType
)
public
struct
AsyncValueTaskMethodBuilder
<
TResult
>
public
ValueTask
<
TResult
>
Task
{
get
; }
public
static
AsyncValueTaskMethodBuilder
<
TResult
>
Create
()
public
void
AwaitOnCompleted
<
TAwaiter
,
TStateMachine
>(
ref
TAwaiter
awaiter
,
ref
TStateMachine
stateMachine
) where
TAwaiter
:
INotifyCompletion
where
TStateMachine
:
IAsyncStateMachine
public
void
AwaitUnsafeOnCompleted
<
TAwaiter
,
TStateMachine
>(
ref
TAwaiter
awaiter
,
ref
TStateMachine
stateMachine
) where
TAwaiter
:
ICriticalNotifyCompletion
where
TStateMachine
:
IAsyncStateMachine
public
void
SetException
(
Exception
exception
)
public
void
SetResult
(
TResult
result
)
public
void
SetStateMachine
(
IAsyncStateMachine
stateMachine
)
public
void
Start
<
TStateMachine
>(
ref
TStateMachine
stateMachine
) where
TStateMachine
:
IAsyncStateMachine
System.Threading.Tasks
public
struct
ValueTask
<
TResult
> :
IEquatable
<
ValueTask
<
TResult
>>
public
static
AsyncValueTaskMethodBuilder
<
TResult
>
CreateAsyncMethodBuilder
()
public
static
ValueTask
<
TResult
>
op_Implicit
(
Task
<
TResult
>
task
)
public
static
ValueTask
<
TResult
>
op_Implicit
(
TResult
result
)