AllForOneStrategy..::..MaxNumberOfRetries Property

The number of times a child actor is allowed to be restarted, negative value means no limit, if the limit is exceeded the child actor is stopped.

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

Syntax


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

Field Value

The maximum number of retries.