C# Класс Duplicity.Filtering.ObservableFilters

Показать файл Открыть проект

Открытые методы

Метод Описание
PrioritizeFileSystemChanges ( this source ) : IObservable>

Merge changes in the given observable sequence of buffers to minimise output. For example, created then deleted changes to the same file will be excluded entirely since the end result is no file.

Описание методов

PrioritizeFileSystemChanges() публичный статический Метод

Merge changes in the given observable sequence of buffers to minimise output. For example, created then deleted changes to the same file will be excluded entirely since the end result is no file.
public static PrioritizeFileSystemChanges ( this source ) : IObservable>
source this Source sequence to filter.
Результат IObservable>