TestTransport Constructor (ActorSystem, Config)

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public TestTransport(
	ActorSystem system,
	Config conf
)
Public Sub New ( _
	system As ActorSystem, _
	conf As Config _
)
public:
TestTransport(
	ActorSystem^ system, 
	Config^ conf
)