FileSystemSynchronizationStrategyFactory - делегат |
Фабрика создания стратегии синхронизации
Пространство имён:
Tessa.Applications.Synchronization
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate IFileSystemSynchronizationStrategy FileSystemSynchronizationStrategyFactory(
[NotNullAttribute] string syncPath,
[NotNullAttribute] LocalFileEntryCollection localFiles
)
<NotNullAttribute>
Public Delegate Function FileSystemSynchronizationStrategyFactory (
<NotNullAttribute> syncPath As String,
<NotNullAttribute> localFiles As LocalFileEntryCollection
) As IFileSystemSynchronizationStrategy
[NotNullAttribute]
public delegate IFileSystemSynchronizationStrategy^ FileSystemSynchronizationStrategyFactory(
[NotNullAttribute] String^ syncPath,
[NotNullAttribute] LocalFileEntryCollection^ localFiles
)
[<NotNullAttribute>]
type FileSystemSynchronizationStrategyFactory =
delegate of
[<NotNullAttribute>] syncPath : string *
[<NotNullAttribute>] localFiles : LocalFileEntryCollection -> IFileSystemSynchronizationStrategy
Параметры
- syncPath
- Тип: SystemString
Путь к синхронизируемой папке - localFiles
- Тип: Tessa.Applications.SynchronizationLocalFileEntryCollection
Коллекция содержащая информацию о локальных файлах.
Возвращаемое значение
Тип:
IFileSystemSynchronizationStrategyСтратегия синхронизации файлов
См. также