C# 클래스 Duplicity.Filtering.ObservableFilters

파일 보기 프로젝트 열기: slashdotdash/Duplicity

공개 메소드들

메소드 설명
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>