Click or drag to resize
ChildRestartStatsRequestRestartPermission Method

[Missing <summary> documentation for "M:Akka.Actor.Internal.ChildRestartStats.RequestRestartPermission(System.Int32,System.Int32)"]

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool RequestRestartPermission(
	int maxNrOfRetries,
	int withinTimeMilliseconds
)

Parameters

maxNrOfRetries
Type: SystemInt32

[Missing <param name="maxNrOfRetries"/> documentation for "M:Akka.Actor.Internal.ChildRestartStats.RequestRestartPermission(System.Int32,System.Int32)"]

withinTimeMilliseconds
Type: SystemInt32

[Missing <param name="withinTimeMilliseconds"/> documentation for "M:Akka.Actor.Internal.ChildRestartStats.RequestRestartPermission(System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.Internal.ChildRestartStats.RequestRestartPermission(System.Int32,System.Int32)"]

See Also