Class AsyncQueueHandle
public abstract class AsyncQueueHandle : SafeHandle, IDisposable
- Inheritance
-
AsyncQueueHandle
- Implements
- Derived
- Inherited Members
Constructors
AsyncQueueHandle(bool)
protected AsyncQueueHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Copy(nint)
protected static extern nint Copy(nint handle)
Parameters
handle
nint
Returns
OwnedCopy()
public AsyncQueueOwnedHandle OwnedCopy()
Returns
UnownedCopy()
public AsyncQueueUnownedHandle UnownedCopy()