Table of Contents

Class Queue

Namespace
adas_core.Domain.Models.SystemAlerts
Assembly
adas-core.Domain.dll

Represents a queue, a data structure that follows the First In, First Out (FIFO) principle for managing elements.

public class Queue
Inheritance
Queue
Inherited Members
Extension Methods

Properties

Consumers

public ulong Consumers { get; set; }

Property Value

ulong

Messages

public ulong Messages { get; set; }

Property Value

ulong

Name

public string? Name { get; set; }

Property Value

string