OneForOneStrategy..::..WithinTimeRange Property

Duration of the time window for maxNrOfRetries, Duration.Inf means no window.

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

Syntax


public Nullable<TimeSpan> WithinTimeRange { get; set; }
Public Property WithinTimeRange As Nullable(Of TimeSpan)
	Get
	Set
public:
property Nullable<TimeSpan^> WithinTimeRange {
	Nullable<TimeSpan^> get ();
	void set (Nullable<TimeSpan^> value);
}

Field Value

The duration.