FileSystemSynchronizationStrategy - конструктор |
Пространство имён:
Tessa.Applications.Synchronization
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
Папка синхронизации
- logger
- Тип: ILogger
Логгер
- storageFactory
- Тип: Tessa.Applications.Containers.StorageIStorageFactory
Фабрика создания хранилища
- localFiles
- Тип: Tessa.Applications.SynchronizationLocalFileEntryCollection
Коллекция содержащая информацию о локальных файлах.
См. также