Show / Hide Table of Contents

Class MultiplexedListener.Options

Represents multiplexed listener configuration.

Inheritance
object
MultiplexingOptions
MultiplexedListener.Options
Inherited Members
MultiplexingOptions.BufferOptions
MultiplexingOptions.MeasurementTags
MultiplexingOptions.Backlog
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Net.Multiplexing
Assembly: DotNext.Net.Cluster.dll
Syntax
public class MultiplexedListener.Options : MultiplexingOptions

Constructors

View Source

Options()

Declaration
public Options()

Properties

View Source

HeartbeatDrift

Determines a drift between heartbeat packet and regular network timeout.

Declaration
public double HeartbeatDrift { get; init; }
Property Value
Type Description
double
Exceptions
Type Condition
ArgumentOutOfRangeException

value is not in range (0..1).

View Source

Timeout

Gets or sets the send/receive timeout.

Declaration
public TimeSpan Timeout { get; init; }
Property Value
Type Description
TimeSpan

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾