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

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

Property Value

Type: NullableInt64
The throughput deadline time.
See Also