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

◆ PreAllocatedOverlapped() [2/2]

System.Threading.PreAllocatedOverlapped.PreAllocatedOverlapped ( IOCompletionCallback callback,
object state,
object pinData,
bool flowExecutionContext )
inlineprivate

Definition at line 21 of file PreAllocatedOverlapped.cs.

22 {
23 if (callback == null)
24 {
25 throw new ArgumentNullException("callback");
26 }
27 _overlapped = new ThreadPoolBoundHandleOverlapped(callback, state, pinData, this, flowExecutionContext);
28 }
readonly ThreadPoolBoundHandleOverlapped _overlapped

References System.Threading.PreAllocatedOverlapped._overlapped, and System.state.