Inheritance: System.Runtime.InteropServices.SafeHandle
Example #1
0
 internal static extern unsafe void CancelThreadpoolIo(SafeThreadPoolIOHandle pio);
 private ThreadPoolBoundHandle(SafeHandle handle, SafeThreadPoolIOHandle threadPoolHandle)
 {
     _threadPoolHandle = threadPoolHandle;
     _handle = handle;
 }
Example #3
0
 internal static extern unsafe void StartThreadpoolIo(SafeThreadPoolIOHandle pio);