terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
struct | d__15 |
class | Result |
Public Member Functions | |
WebCompletionSource () | |
WebCompletionSource (bool runAsync=true) | |
bool | TrySetCompleted (T argument) |
bool | TrySetCompleted () |
bool | TrySetCanceled () |
bool | TrySetCanceled (OperationCanceledException error) |
bool | TrySetException (Exception error) |
void | ThrowOnError () |
Task< T > | WaitForCompletion () |
Properties | |
WebCompletionSource< T >.Result | CurrentResult [get] |
WebCompletionSource< T >.Status | CurrentStatus [get] |
Task | Task [get] |
Private Attributes | |
TaskCompletionSource< WebCompletionSource< T >.Result > | completion |
WebCompletionSource< T >.Result | currentResult |
Definition at line 12 of file WebCompletionSource.cs.