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

Update() public method

public Update ( ) : System
return System
        public Update()
        {
            IsAwait = false;
            ReplayMax = long.MaxValue;
        }

Same methods

Update::Update ( bool isAwait ) : System
Update::Update ( bool isAwait, long replayMax ) : System
Update