CoordinatedShutdown Class |
Namespace: Akka.Actor
The CoordinatedShutdown type exposes the following members.
Name | Description | |
---|---|---|
System |
The ActorSystem | |
TotalTimeout |
The sum of timeouts of all phases that have some task.
|
Name | Description | |
---|---|---|
AddTask |
Add a task to a phase. It doesn't remove previously added tasks.
Tasks added to the same phase are executed in parallel without any
ordering assumptions. Next phase will not start until all tasks of
previous phase have completed.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Retrieves the CoordinatedShutdown extension for the current ActorSystem | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Run |
Run tasks of all phases including and after the given phase.
| |
Timeout |
The configured timeout for a given Phase.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |