System.Threading.ThreadPool.ThreadPool.UnsafeQueueNativeOverlapped C# (CSharp) Method

UnsafeQueueNativeOverlapped() private method

private UnsafeQueueNativeOverlapped ( NativeOverlapped overlapped ) : bool
overlapped NativeOverlapped
return bool
		unsafe public static bool UnsafeQueueNativeOverlapped (NativeOverlapped *overlapped)
		{
			throw new NotImplementedException ();
		}
#endif