Table of Contents

Class ObjectTotals

Namespace
EasyNetQ.Management.Client.Model
Assembly
EasyNetQ.Management.Client.dll
public record ObjectTotals : IEquatable<ObjectTotals>
Inheritance
ObjectTotals
Implements
Inherited Members

Constructors

ObjectTotals(ObjectTotals)

protected ObjectTotals(ObjectTotals original)

Parameters

original ObjectTotals

ObjectTotals(int, int, int, int, int)

public ObjectTotals(int Consumers, int Queues, int Exchanges, int Connections, int Channels)

Parameters

Consumers int
Queues int
Exchanges int
Connections int
Channels int

Properties

Channels

public int Channels { get; init; }

Property Value

int

Connections

public int Connections { get; init; }

Property Value

int

Consumers

public int Consumers { get; init; }

Property Value

int

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Exchanges

public int Exchanges { get; init; }

Property Value

int

Queues

public int Queues { get; init; }

Property Value

int

Methods

Deconstruct(out int, out int, out int, out int, out int)

public void Deconstruct(out int Consumers, out int Queues, out int Exchanges, out int Connections, out int Channels)

Parameters

Consumers int
Queues int
Exchanges int
Connections int
Channels int

Equals(ObjectTotals?)

public virtual bool Equals(ObjectTotals? other)

Parameters

other ObjectTotals

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 ObjectTotals <Clone>$()

Returns

ObjectTotals

Operators

operator ==(ObjectTotals?, ObjectTotals?)

public static bool operator ==(ObjectTotals? left, ObjectTotals? right)

Parameters

left ObjectTotals
right ObjectTotals

Returns

bool

operator !=(ObjectTotals?, ObjectTotals?)

public static bool operator !=(ObjectTotals? left, ObjectTotals? right)

Parameters

left ObjectTotals
right ObjectTotals

Returns

bool