Click or drag to resize
Akka.NETRemoteActorRefProviderTempPath Method
Generates and returns a unique actor path below "/temp".

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorPath TempPath()

Return Value

Type: ActorPath
TBD

Implements

IActorRefProviderTempPath
See Also