Click or drag to resize
Akka.NETTestTransport Constructor (ActorSystem, Config)
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestTransport(
	ActorSystem system,
	Config conf
)

Parameters

system
Type: Akka.ActorActorSystem
TBD
conf
Type: Akka.ConfigurationConfig
TBD
See Also