| ActorPublisherTAroundPostRestart Method |
TBD
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override void AroundPostRestart(
Exception cause,
Object message
)
abstract AroundPostRestart :
cause : Exception *
message : Object -> unit
override AroundPostRestart :
cause : Exception *
message : Object -> unit
Parameters
- cause
- Type: SystemException
TBD - message
- Type: SystemObject
TBD
See Also