Class ThreadPoolUnownedHandle
public class ThreadPoolUnownedHandle : ThreadPoolHandle, IDisposable
- Inheritance
-
ThreadPoolUnownedHandle
- Implements
- Inherited Members
Constructors
ThreadPoolUnownedHandle(IntPtr)
Creates a new instance of ThreadPoolOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public ThreadPoolUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static ThreadPoolUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public ThreadPoolOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()