ActorRefProvider..::..Init 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)
Syntax
void Init( ActorSystem system )
Sub Init ( _ system As ActorSystem _ )
void Init( ActorSystem^ system )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem