C# Class Duplicity.Filtering.ObservableFilters

Datei anzeigen Open project: slashdotdash/Duplicity

Public Methods

Method Description
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.

Method Details

PrioritizeFileSystemChanges() public static method

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.
return IObservable>