C# Class Manual.DemoStartEvent.MyActor2

Inheritance: InterfacedActor
Mostrar archivo Open project: SaladLab/Akka.Interfaced

Protected Methods

Method Description
OnStart ( bool restarted ) : System.Threading.Tasks.Task
PostRestart ( Exception cause ) : void
PreStart ( ) : void

Private Methods

Method Description
Handle ( string message ) : System.Threading.Tasks.Task

Method Details

OnStart() protected method

protected OnStart ( bool restarted ) : System.Threading.Tasks.Task
restarted bool
return System.Threading.Tasks.Task

PostRestart() protected method

protected PostRestart ( Exception cause ) : void
cause System.Exception
return void

PreStart() protected method

protected PreStart ( ) : void
return void