Class MultiplexedListener.Options
Represents multiplexed listener configuration.
Inherited Members
Namespace: DotNext.Net.Multiplexing
Assembly: DotNext.Net.Cluster.dll
Syntax
public class MultiplexedListener.Options : MultiplexingOptions
Properties
| Edit this page View SourceHeartbeatDrift
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 |
|
Timeout
Gets or sets the send/receive timeout.
Declaration
public TimeSpan Timeout { get; init; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |