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

ScheduledUpdate() public method

public ScheduledUpdate ( long replayMax ) : System
replayMax long
return System
        public ScheduledUpdate(long replayMax)
        {
            ReplayMax = replayMax;
        }
ScheduledUpdate