Akka.Persistence.PersistentView.PersistentView C# (CSharp) Method

PersistentView() protected method

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