Click or drag to resize
Akka.NETSystemcreate Method
Creates an actor system with remote deployment serialization enabled.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ActorSystem create(
	string name,
	Config config
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.FSharp.System.create(System.String,Akka.Configuration.Config)"]

config
Type: Akka.ConfigurationConfig

[Missing <param name="config"/> documentation for "M:Akka.FSharp.System.create(System.String,Akka.Configuration.Config)"]

Return Value

Type: ActorSystem

[Missing <returns> documentation for "M:Akka.FSharp.System.create(System.String,Akka.Configuration.Config)"]

See Also