MessageDispatcherThroughputDeadlineTime Property |
Gets or sets the throughput deadline time.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Nullable<long> ThroughputDeadlineTime { get; set; }
Public Property ThroughputDeadlineTime As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> ThroughputDeadlineTime {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member ThroughputDeadlineTime : Nullable<int64> with get, set
Property Value
Type:
NullableInt64The throughput deadline time.
See Also