Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FinishPostingAsyncOp() [2/2]

bool System.Net.ContextAwareResult.FinishPostingAsyncOp ( )
inlinepackage

Definition at line 66 of file ContextAwareResult.cs.

67 {
68 if ((_flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted)
69 {
70 return false;
71 }
72 _flags |= StateFlags.PostBlockFinished;
73 ExecutionContext cachedContext = null;
74 return CaptureOrComplete(ref cachedContext, returnContext: false);
75 }
bool CaptureOrComplete(ref ExecutionContext cachedContext, bool returnContext)

References System.Net.ContextAwareResult._flags, and System.Net.ContextAwareResult.CaptureOrComplete().