FetchLatestRows constructor

FetchLatestRows(
  1. WardenType _localWardenType,
  2. WardenType _remoteWardenType,
  3. SchemaMetaData _smd,
  4. SchemaMetaData _smdSys,
  5. DbTransaction _transaction,
  6. UserTools _userTools,
  7. AbstractWarden _warden,
  8. ConfigurationNameDefaults _defaults,
)

Implementation

FetchLatestRows(
    this._localWardenType,
    this._remoteWardenType,
    this._smd,
    this._smdSys,
    this._transaction,
    this._userTools,
    this._warden,
    this._defaults);