FileSystemSynchronizationStrategy - класс

The file system synchronization strategy.

Definition

Пространство имён: Tessa.Applications.Synchronization
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public sealed class FileSystemSynchronizationStrategy : IFileSystemSynchronizationStrategy, 
	IApplicationSynchronizationStrategy
Inheritance
Object    FileSystemSynchronizationStrategy
Implements
IApplicationSynchronizationStrategy, IFileSystemSynchronizationStrategy

Конструкторы

FileSystemSynchronizationStrategy Initializes a new instance of the FileSystemSynchronizationStrategy class. Initializes a new instance of the Object class.

Методы

CreateFileAsync Создает новый файл с параметрами и содержимым, заданными в content
DeleteFileAsync Удаляет файл заданный в file
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
OnSynchronizationCompletedAsync Вызывается при завершении синхронизации элементов
ReplaceFileAsync Заменяет файл с параметрами и содержимым, заданными в content
StartSynchronizationAsync Вызывается при запуске процесса синхронизации
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также