mscorlib(4.0.0.0) API with additions
AsyncCausalityStatus.cs
1
using
System
.
Runtime
.
CompilerServices
;
2
3
namespace
System.Threading.Tasks
4
{
5
[FriendAccessAllowed]
6
internal
enum
AsyncCausalityStatus
7
{
8
Canceled
= 2,
9
Completed = 1,
10
Error = 3,
11
Started = 0
12
}
13
}
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.GCNotificationStatus.Canceled
The current registration was canceled by the user.
System.Threading.Tasks
Definition:
AsyncCausalityStatus.cs:3
All cs
System.Threading.Tasks
AsyncCausalityStatus.cs
Generated by
1.8.15