Click or drag to resize
Akka.NETRemoteActorRefProviderResolveActorRef Method (ActorPath)
TBD

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef ResolveActorRef(
	ActorPath actorPath
)

Parameters

actorPath
Type: Akka.ActorActorPath
TBD

Return Value

Type: IActorRef
TBD

Implements

IActorRefProviderResolveActorRef(ActorPath)
See Also