ActorRefProviderInit Method |
Initialization of an ActorRefProvider happens in two steps: first
construction of the object with settings, eventStream, etc.
and then—when the ActorSystem is constructed—the second phase during
which actors may be created (e.g. the guardians).
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Init(
ActorSystemImpl system
)
Sub Init (
system As ActorSystemImpl
)
void Init(
ActorSystemImpl^ system
)
abstract Init :
system : ActorSystemImpl -> unit
Parameters
- system
- Type: Akka.Actor.InternalsActorSystemImpl
[Missing <param name="system"/> documentation for "M:Akka.Actor.ActorRefProvider.Init(Akka.Actor.Internals.ActorSystemImpl)"]
See Also