Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAsyncResult.cs
Go to the documentation of this file.
1
using
System.Threading
;
2
3
namespace
System
;
4
5
public
interface
IAsyncResult
6
{
7
bool
IsCompleted
{
get
; }
8
9
WaitHandle
AsyncWaitHandle
{
get
; }
10
11
object
?
AsyncState
{
get
; }
12
13
bool
CompletedSynchronously
{
get
; }
14
}
System.Threading.WaitHandle
Definition
WaitHandle.cs:9
System.IAsyncResult.IsCompleted
bool IsCompleted
Definition
IAsyncResult.cs:7
System.IAsyncResult.CompletedSynchronously
bool CompletedSynchronously
Definition
IAsyncResult.cs:13
System.IAsyncResult.AsyncWaitHandle
WaitHandle AsyncWaitHandle
Definition
IAsyncResult.cs:9
System.IAsyncResult.AsyncState
object? AsyncState
Definition
IAsyncResult.cs:11
System.IAsyncResult
Definition
IAsyncResult.cs:6
System.Threading
Definition
TaskToApm.cs:3
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IAsyncResult.cs
Generated by
1.10.0