Akka.Persistence.PersistentView.PersistentView C# (CSharp) 메소드

PersistentView() 보호된 메소드

protected PersistentView ( ) : System
리턴 System
        protected PersistentView()
        {
            LastSequenceNr = 0L;
            Extension = Persistence.Instance.Apply(Context.System);
            _viewSettings = Extension.Settings.View;
            _internalStash = CreateStash();
            _currentState = RecoveryStarted(long.MaxValue);
            _log = Context.GetLogger();
        }