Akka.Interfaced.ActorFaultExtentions.InvokeFailure C# (CSharp) Method

InvokeFailure() public static method

public static InvokeFailure ( this actorCell, Exception cause ) : void
actorCell this
cause System.Exception
return void
        public static void InvokeFailure(this ActorCell actorCell, Exception cause)
        {
            s_handleInvokeFailure.Invoke(actorCell, new object[] { cause, (IEnumerable<IActorRef>)null });
        }
    }
ActorFaultExtentions