LocalActorRefProviderTempContainer Property |
[Missing <summary> documentation for "P:Akka.Actor.LocalActorRefProvider.TempContainer"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic InternalActorRef TempContainer { get; }
Public ReadOnly Property TempContainer As InternalActorRef
Get
public:
virtual property InternalActorRef^ TempContainer {
InternalActorRef^ get () sealed;
}
abstract TempContainer : InternalActorRef with get
override TempContainer : InternalActorRef with get
Property Value
Type:
InternalActorRefImplements
ActorRefProviderTempContainer
See Also