Class DataQueueSizeHandle
public abstract class DataQueueSizeHandle : SafeHandle, IDisposable
- Inheritance
-
DataQueueSizeHandle
- Implements
- Derived
- Inherited Members
Constructors
DataQueueSizeHandle(bool)
protected DataQueueSizeHandle(bool ownsHandle)
Parameters
ownsHandlebool
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
Equals(DataQueueSizeHandle?)
public bool Equals(DataQueueSizeHandle? other)
Parameters
otherDataQueueSizeHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetBytes()
public uint GetBytes()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetTime()
public ulong GetTime()
Returns
GetVisible()
public uint GetVisible()
Returns
SetBytes(uint)
public void SetBytes(uint value)
Parameters
valueuint
SetTime(ulong)
public void SetTime(ulong value)
Parameters
valueulong
SetVisible(uint)
public void SetVisible(uint value)
Parameters
valueuint