| TestTransport Constructor (Address, AssociationRegistry, Int64, String) |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TestTransport(
Address localAddress,
AssociationRegistry registry,
long maximumPayloadBytes = 32000,
string schemeIdentifier = "test"
)
new :
localAddress : Address *
registry : AssociationRegistry *
?maximumPayloadBytes : int64 *
?schemeIdentifier : string
(* Defaults:
let _maximumPayloadBytes = defaultArg maximumPayloadBytes 32000
let _schemeIdentifier = defaultArg schemeIdentifier "test"
*)
-> TestTransport
Parameters
- localAddress
- Type: Akka.ActorAddress
TBD - registry
- Type: Akka.Remote.TransportAssociationRegistry
TBD - maximumPayloadBytes (Optional)
- Type: SystemInt64
TBD - schemeIdentifier (Optional)
- Type: SystemString
TBD
See Also