| RemoteActorRefProviderActorOf Method |
TBD
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public IInternalActorRef ActorOf(
ActorSystemImpl system,
Props props,
IInternalActorRef supervisor,
ActorPath path,
bool systemService,
Deploy deploy,
bool lookupDeploy,
bool async
)
abstract ActorOf :
system : ActorSystemImpl *
props : Props *
supervisor : IInternalActorRef *
path : ActorPath *
systemService : bool *
deploy : Deploy *
lookupDeploy : bool *
async : bool -> IInternalActorRef
override ActorOf :
system : ActorSystemImpl *
props : Props *
supervisor : IInternalActorRef *
path : ActorPath *
systemService : bool *
deploy : Deploy *
lookupDeploy : bool *
async : bool -> IInternalActorRef
Parameters
- system
- Type: Akka.Actor.InternalActorSystemImpl
TBD - props
- Type: Akka.ActorProps
TBD - supervisor
- Type: Akka.ActorIInternalActorRef
TBD - path
- Type: Akka.ActorActorPath
TBD - systemService
- Type: SystemBoolean
TBD - deploy
- Type: Akka.ActorDeploy
TBD - lookupDeploy
- Type: SystemBoolean
TBD - async
- Type: SystemBoolean
TBD
Return Value
Type:
IInternalActorRefTBD
Implements
IActorRefProviderActorOf(ActorSystemImpl, Props, IInternalActorRef, ActorPath, Boolean, Deploy, Boolean, Boolean)Exceptions Exception | Condition |
---|
ActorInitializationException |
This exception is thrown when the remote deployment to the specified path fails.
|
ConfigurationException |
This exception is thrown when either the scope of the deployment is local
or the specified props is invalid for deployment to the specified path.
|
See Also