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

BindHandle() public static method

public static BindHandle ( SafeHandle osHandle ) : bool
osHandle System.Runtime.InteropServices.SafeHandle
return bool
		public static bool BindHandle (SafeHandle osHandle)
		{
			if (osHandle == null)
				throw new ArgumentNullException ("osHandle");
			
			return true;
		}
#endif

Same methods

ThreadPool.ThreadPool::BindHandle ( IntPtr osHandle ) : bool