| DisassociatedEvent Constructor |
TBD
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public DisassociatedEvent(
Address localAddress,
Address remoteAddress,
bool inbound
)
new :
localAddress : Address *
remoteAddress : Address *
inbound : bool -> DisassociatedEvent
Parameters
- localAddress
- Type: Akka.ActorAddress
TBD - remoteAddress
- Type: Akka.ActorAddress
TBD - inbound
- Type: SystemBoolean
TBD
See Also