Click or drag to resize
Akka.NETTerminatedChildrenContainerReserve Method
N/A

Namespace:  Akka.Actor.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IChildrenContainer Reserve(
	string name
)

Parameters

name
Type: SystemString
N/A

Return Value

Type: IChildrenContainer
N/A

Implements

IChildrenContainerReserve(String)
Exceptions
ExceptionCondition
InvalidOperationExceptionThis exception is automatically thrown since the name belongs to an actor that is already terminated.
See Also