SyncUploadStrategy constructor

SyncUploadStrategy(
  1. ILoggerProvider _syncLogger,
  2. ISyncErrorManager _errorManager
)

Implementation

SyncUploadStrategy(
  this._syncLogger,
  this._errorManager,
);