Click or drag to resize
Akka.NETRemoteActorRefProviderInit 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.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual void Init(
	ActorSystemImpl system
)

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
TBD

Implements

IActorRefProviderInit(ActorSystemImpl)
See Also