Show / Hide Table of Contents

Class QueueProcessorConfiguration

Nastavenia spracovávača fronty

Inheritance
object
QueueProcessorConfiguration
Implements
IEquatableQueueProcessorConfiguration
IDeepCloneableQueueProcessorConfiguration
IDeepCloneable
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class QueueProcessorConfiguration : IEquatable<QueueProcessorConfiguration?>, IDeepCloneable<QueueProcessorConfiguration>, IDeepCloneable

Constructors

QueueProcessorConfiguration()

Vytvorí inštanciu s predvolenými hodnotami

Declaration
public QueueProcessorConfiguration()

QueueProcessorConfiguration(QueueProcessorConfiguration)

Vytvorí kópiu nastavení

Declaration
public QueueProcessorConfiguration(QueueProcessorConfiguration configuration)
Parameters
Type Name Description
QueueProcessorConfiguration configuration

Nastavenia, ktorých hodnoty budú skopírované

Properties

MaxRetryCount

Maximálny počet opakovaní zlyhaných spracovaní požiadavky, po ktorých dôjde k pozastaveniu spracovávača fronty.

Declaration
public int MaxRetryCount { get; set; }
Property Value
Type Description
int

Kladné číslo. Predvolená hodnota je 3

Examples

3

Methods

DeepClone()

Declaration
public QueueProcessorConfiguration DeepClone()
Returns
Type Description
QueueProcessorConfiguration

Equals(QueueProcessorConfiguration?)

Declaration
public bool Equals(QueueProcessorConfiguration? other)
Parameters
Type Name Description
QueueProcessorConfiguration other
Returns
Type Description
bool

Equals(QueueProcessorConfiguration?, QueueProcessorConfiguration?)

Declaration
public static bool Equals(QueueProcessorConfiguration? first, QueueProcessorConfiguration? second)
Parameters
Type Name Description
QueueProcessorConfiguration first
QueueProcessorConfiguration second
Returns
Type Description
bool

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>
IDeepCloneable<T>
IDeepCloneable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©