Class DataQueueSizeHandle
public abstract class DataQueueSizeHandle : SafeHandle, IDisposable
- Inheritance
-
DataQueueSizeHandle
- Implements
- Derived
- Inherited Members
Constructors
DataQueueSizeHandle(bool)
protected DataQueueSizeHandle(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
Equals(DataQueueSizeHandle?)
public bool Equals(DataQueueSizeHandle? other)
Parameters
other
DataQueueSizeHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe 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
value
uint
SetTime(ulong)
public void SetTime(ulong value)
Parameters
value
ulong
SetVisible(uint)
public void SetVisible(uint value)
Parameters
value
uint