ActorRefProviderTempContainer Property |
Returns the actor reference representing the "/temp" path.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxInternalActorRef TempContainer { get; }
ReadOnly Property TempContainer As InternalActorRef
Get
property InternalActorRef^ TempContainer {
InternalActorRef^ get ();
}
abstract TempContainer : InternalActorRef with get
Property Value
Type:
InternalActorRef
See Also