Click or drag to resize
ActorSystemCreate Method (String, Config)
Creates a new ActorSystem with the specified name, and the specified Config

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static ActorSystem Create(
	string name,
	Config config
)

Parameters

name
Type: SystemString
Name of the ActorSystem
config
Type: Akka.ConfigurationConfig
Configuration of the ActorSystem

Return Value

Type: ActorSystem
ActorSystem.
See Also