Class QueueInfo
- Namespace
- EasyNetQ.Management.Client.Model
- Assembly
- EasyNetQ.Management.Client.dll
public record QueueInfo : IEquatable<QueueInfo>
- Inheritance
-
QueueInfo
- Implements
-
- Inherited Members
-
Constructors
QueueInfo(QueueInfo)
protected QueueInfo(QueueInfo original)
Parameters
original
QueueInfo
QueueInfo(bool, bool, IReadOnlyDictionary<string, object?>?)
public QueueInfo(bool AutoDelete = false, bool Durable = true, IReadOnlyDictionary<string, object?>? Arguments = null)
Parameters
AutoDelete
bool
Durable
bool
Arguments
IReadOnlyDictionary<string, object>
Properties
Arguments
[JsonConverter(typeof(StringObjectReadOnlyDictionaryConverter))]
public IReadOnlyDictionary<string, object?>? Arguments { get; init; }
Property Value
- IReadOnlyDictionary<string, object>
AutoDelete
public bool AutoDelete { get; init; }
Property Value
- bool
Durable
public bool Durable { get; init; }
Property Value
- bool
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
- Type
Methods
Deconstruct(out bool, out bool, out IReadOnlyDictionary<string, object?>?)
public void Deconstruct(out bool AutoDelete, out bool Durable, out IReadOnlyDictionary<string, object?>? Arguments)
Parameters
AutoDelete
bool
Durable
bool
Arguments
IReadOnlyDictionary<string, object>
Equals(QueueInfo?)
public virtual bool Equals(QueueInfo? other)
Parameters
other
QueueInfo
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builder
StringBuilder
Returns
- bool
ToString()
public override string ToString()
Returns
- string
<Clone>$()
public virtual QueueInfo <Clone>$()
Returns
- QueueInfo
Operators
operator ==(QueueInfo?, QueueInfo?)
public static bool operator ==(QueueInfo? left, QueueInfo? right)
Parameters
left
QueueInfo
right
QueueInfo
Returns
- bool
operator !=(QueueInfo?, QueueInfo?)
public static bool operator !=(QueueInfo? left, QueueInfo? right)
Parameters
left
QueueInfo
right
QueueInfo
Returns
- bool