Click or drag to resize
Akka.NETTestTransport Constructor (Address, AssociationRegistry, Int64, String)
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestTransport(
	Address localAddress,
	AssociationRegistry registry,
	long maximumPayloadBytes = 32000,
	string schemeIdentifier = "test"
)

Parameters

localAddress
Type: Akka.ActorAddress
TBD
registry
Type: Akka.Remote.TransportAssociationRegistry
TBD
maximumPayloadBytes (Optional)
Type: SystemInt64
TBD
schemeIdentifier (Optional)
Type: SystemString
TBD
See Also