MessageDispatcher..::..ThroughputDeadlineTime Property

Gets or sets the throughput deadline time.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll)

Syntax


public 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);
}

Field Value

The throughput deadline time.