Click or drag to resize
ChildrenContainerTryGetByRef Method

[Missing <summary> documentation for "M:Akka.Actor.Internal.ChildrenContainer.TryGetByRef(Akka.Actor.ActorRef,Akka.Actor.Internal.ChildRestartStats@)"]

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
bool TryGetByRef(
	ActorRef actor,
	out ChildRestartStats stats
)

Parameters

actor
Type: Akka.ActorActorRef

[Missing <param name="actor"/> documentation for "M:Akka.Actor.Internal.ChildrenContainer.TryGetByRef(Akka.Actor.ActorRef,Akka.Actor.Internal.ChildRestartStats@)"]

stats
Type: Akka.Actor.InternalChildRestartStats

[Missing <param name="stats"/> documentation for "M:Akka.Actor.Internal.ChildrenContainer.TryGetByRef(Akka.Actor.ActorRef,Akka.Actor.Internal.ChildRestartStats@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.Internal.ChildrenContainer.TryGetByRef(Akka.Actor.ActorRef,Akka.Actor.Internal.ChildRestartStats@)"]

See Also