TestTransport Constructor (Address, AssociationRegistry, String)

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

Syntax


public TestTransport(
	Address localAddress,
	AssociationRegistry registry,
	string schemeIdentifier
)
Public Sub New ( _
	localAddress As Address, _
	registry As AssociationRegistry, _
	schemeIdentifier As String _
)
public:
TestTransport(
	Address^ localAddress, 
	AssociationRegistry^ registry, 
	String^ schemeIdentifier
)

Parameters

localAddress
Type: Akka.Actor..::..Address
registry
Type: Akka.Remote.Transport..::..AssociationRegistry
schemeIdentifier
Type: String