Click or drag to resize
Akka.NETRemoteActorRefProviderTempContainer Property
Returns the actor reference representing the "/temp" path.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IInternalActorRef TempContainer { get; }

Property Value

Type: IInternalActorRef

Implements

IActorRefProviderTempContainer
See Also