private DeadState(KeyFormat <Key> keys, ActiveState.Factory stateFactory, VersionContextSupplier versionContextSupplier) { this._keys = keys; this.StateFactory = stateFactory; this.VersionContextSupplier = versionContextSupplier; }
internal Stopped(KeyFormat <Key> keys, ActiveState.Factory stateFactory, VersionContextSupplier versionContextSupplier) : base(keys, stateFactory, versionContextSupplier) { }
internal NeedsCreation(KeyFormat <Key> keys, ActiveState.Factory stateFactory, RotationStrategy rotation, VersionContextSupplier versionContextSupplier) : base(keys, stateFactory, versionContextSupplier) { this.Rotation = rotation; }