Example #1
0
 public static unsafe bool UnsafeQueueNativeOverlapped(NativeOverlapped *overlapped)
 {
     return(ThreadPool.PostQueuedCompletionStatus(overlapped));
 }