Show / Hide Table of Contents

Class MultiplexedClient.Options

Represents multiplexing client options.

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

Properties

| Edit this page 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).

| Edit this page 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.GetUserData<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾