Click or drag to resize
Akka.NETDeployerParseConfig Method
Creates an actor deployment to the supplied path, key, using the supplied configuration, config.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual Deploy ParseConfig(
	string key,
	Config config
)

Parameters

key
Type: SystemString
The path used to deploy the actor.
config
Type: Akka.ConfigurationConfig
The configuration used to configure the deployed actor.

Return Value

Type: Deploy
A configured actor deployment to the given path.
See Also