| CoordinatedShutdownTimeout Method |
The configured timeout for a given Phase.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TimeSpan Timeout(
string phase
)
member Timeout :
phase : string -> TimeSpan
Parameters
- phase
- Type: SystemString
The name of the phase.
Return Value
Type:
TimeSpanReturns the timeout if ti exists.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown if phase doesn't exist in the set of registered phases. |
See Also