Click or drag to resize
Akka.NETCoordinatedShutdownTimeout Method
The configured timeout for a given Phase.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TimeSpan Timeout(
	string phase
)

Parameters

phase
Type: SystemString
The name of the phase.

Return Value

Type: TimeSpan
Returns the timeout if ti exists.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if phase doesn't exist in the set of registered phases.
See Also