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