Akka.Tests.Actor.DeathWatchSpec.FF.FF C# (CSharp) Method

FF() public method

public FF ( Failed fail ) : System
fail Akka.Dispatch.SysMsg.Failed
return System
            public FF(Failed fail)
                : this()
            {
                Fail = fail;
            }
DeathWatchSpec.FF