Click or drag to resize
Akka.NETTerminatingChildrenContainerReserve Method
TBD

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
TBD

Return Value

Type: IChildrenContainer
TBD

Implements

IChildrenContainerReserve(String)
Exceptions
ExceptionCondition
InvalidOperationExceptionThis exception is thrown if the given name belongs to an actor that is terminating.
InvalidActorNameExceptionThis exception is thrown if the given name is not unique in the container.
See Also