Deploy Constructor (String, Config, RouterConfig, Scope, String)
Namespace:
Akka.Actor
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public Deploy( string path, Config config, RouterConfig routerConfig, Scope scope, string dispatcher )
Public Sub New ( _ path As String, _ config As Config, _ routerConfig As RouterConfig, _ scope As Scope, _ dispatcher As String _ )
public: Deploy( String^ path, Config^ config, RouterConfig^ routerConfig, Scope^ scope, String^ dispatcher )
Parameters
- path
- Type: String
- config
- Type: Akka.Configuration..::..Config
- routerConfig
- Type: Akka.Routing..::..RouterConfig
- scope
- Type: Akka.Actor..::..Scope
- dispatcher
- Type: String