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