FileSystemSynchronizationStrategy - конструктор
Пространство имён: Tessa.Applications.SynchronizationСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public FileSystemSynchronizationStrategy(
[NotNullAttribute] string syncFolder,
[NotNullAttribute] ILogger logger,
[NotNullAttribute] IStorageFactory storageFactory,
[NotNullAttribute] LocalFileEntryCollection localFiles
)
Public Sub New (
<NotNullAttribute> syncFolder As String,
<NotNullAttribute> logger As ILogger,
<NotNullAttribute> storageFactory As IStorageFactory,
<NotNullAttribute> localFiles As LocalFileEntryCollection
)
public:
FileSystemSynchronizationStrategy(
[NotNullAttribute] String^ syncFolder,
[NotNullAttribute] ILogger^ logger,
[NotNullAttribute] IStorageFactory^ storageFactory,
[NotNullAttribute] LocalFileEntryCollection^ localFiles
)
new :
[<NotNullAttribute>] syncFolder : string *
[<NotNullAttribute>] logger : ILogger *
[<NotNullAttribute>] storageFactory : IStorageFactory *
[<NotNullAttribute>] localFiles : LocalFileEntryCollection -> FileSystemSynchronizationStrategy
Параметры
- syncFolder String
-
Папка синхронизации
- logger ILogger
-
Логгер
- storageFactory IStorageFactory
-
Фабрика создания хранилища
- localFiles LocalFileEntryCollection
- Коллекция содержащая информацию о локальных файлах.