terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.Tasks.BeginEndAwaitableAdapter Class Referencesealed
+ Inheritance diagram for System.Threading.Tasks.BeginEndAwaitableAdapter:
+ Collaboration diagram for System.Threading.Tasks.BeginEndAwaitableAdapter:

Public Member Functions

 BeginEndAwaitableAdapter ()
 
RendezvousAwaitable< TResultGetAwaiter ()
 
TResult GetResult ()
 
void SetResult (TResult result)
 
void OnCompleted (global::System.Action continuation)
 
void UnsafeOnCompleted (global::System.Action continuation)
 

Static Public Attributes

static readonly global::System.AsyncCallback Callback
 

Properties

bool RunContinuationsAsynchronously [get, set]
 
bool IsCompleted [get, set]
 

Private Member Functions

void NotifyAwaiter ()
 

Static Private Member Functions

static BeginEndAwaitableAdapter ()
 

Private Attributes

global::System.Action _continuation
 
global::System.Runtime.ExceptionServices.ExceptionDispatchInfo _error
 
TResult _result
 
bool< RunContinuationsAsynchronouslyk__BackingField
 

Static Private Attributes

static readonly global::System.Action s_completionSentinel
 

Detailed Description

Definition at line 9 of file BeginEndAwaitableAdapter.cs.


The documentation for this class was generated from the following file: