Click or drag to resize
Akka.NETMessageDispatcherThroughputDeadlineTime Property
Gets or sets the throughput deadline time.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Nullable<long> ThroughputDeadlineTime { get; protected set; }

Property Value

Type: NullableInt64
The throughput deadline time.
See Also