C# 클래스 GreaterShare.BackgroundServices.Service.PicLibFolderScanService

파일 보기 프로젝트 열기: waynebaby/GreaterShareUWP

공개 메소드들

메소드 설명
CompareSnapshot ( IEnumerable oldOnes, IEnumerable newOnes ) : IEnumerable
GetSnapshotAsync ( ) : IAsyncOperation
LoadSnapshotAsync ( ) : IAsyncOperation
PicLibFolderScanService ( ) : GreaterShare.BackgroundServices.Models
SaveSnapshotAsync ( IEnumerable folder ) : IAsyncAction

비공개 메소드들

메소드 설명
GetCacheFile ( CreationCollisionOption option ) : void
InternalCompareSnapshot ( IEnumerable oldOnes, IEnumerable newOnes ) : IEnumerable
InternalGetSnapshotAsync ( ) : Task
InternalGetSnapshotAsync ( IStorageFolder current ) : Task
InternalLoadSnapshotAsync ( ) : Task
InternalSaveSnapshotAsync ( IPicLibFolder folders ) : System.Threading.Tasks.Task

메소드 상세

CompareSnapshot() 공개 메소드

public CompareSnapshot ( IEnumerable oldOnes, IEnumerable newOnes ) : IEnumerable
oldOnes IEnumerable
newOnes IEnumerable
리턴 IEnumerable

GetSnapshotAsync() 공개 메소드

public GetSnapshotAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

LoadSnapshotAsync() 공개 메소드

public LoadSnapshotAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

PicLibFolderScanService() 공개 메소드

public PicLibFolderScanService ( ) : GreaterShare.BackgroundServices.Models
리턴 GreaterShare.BackgroundServices.Models

SaveSnapshotAsync() 공개 메소드

public SaveSnapshotAsync ( IEnumerable folder ) : IAsyncAction
folder IEnumerable
리턴 IAsyncAction