C# Class Akka.Interfaced.ActorFaultExtentions

Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
InvokeFailure ( this actorCell, Exception cause ) : void

Method Details

InvokeFailure() public static method

public static InvokeFailure ( this actorCell, Exception cause ) : void
actorCell this
cause System.Exception
return void