LocalActorRefProviderTempPath Method |
[Missing <summary> documentation for "M:Akka.Actor.LocalActorRefProvider.TempPath"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorPath TempPath()
Public Function TempPath As ActorPath
public:
virtual ActorPath^ TempPath() sealed
abstract TempPath : unit -> ActorPath
override TempPath : unit -> ActorPath
Return Value
Type:
ActorPath[Missing <returns> documentation for "M:Akka.Actor.LocalActorRefProvider.TempPath"]
Implements
ActorRefProviderTempPath
See Also