C# Class Duplicity.Filtering.ObservableFilters

Afficher le fichier Open project: slashdotdash/Duplicity

Méthodes publiques

Méthode 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 méthode

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.
Résultat IObservable>