Akka.Interfaced.Tests.ExceptionAtStartStopTest.TestExceptionActor.TestExceptionActor C# (CSharp) 메소드

TestExceptionActor() 공개 메소드

public TestExceptionActor ( LogBoard log, string tag = null ) : System
log LogBoard
tag string
리턴 System
            public TestExceptionActor(LogBoard<string> log, string tag = null)
            {
                _log = log;
                _tag = tag;
                _log.Add("ctor");
            }