C# 클래스 CalDavSynchronizer.Scheduling.SynchronizationProfileRunner

This class is NOT threadsafe, but is safe regarding multiple entries of the same thread ( main thread) which will is a common case when using async methods
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

공개 메소드들

메소드 설명
RunAndRescheduleNoThrow ( bool runNow ) : Task
SynchronizationProfileRunner ( ISynchronizerFactory synchronizerFactory, ISynchronizationReportSink reportSink, IFolderChangeWatcherFactory folderChangeWatcherFactory, System.Action ensureSynchronizationContext, ISynchronizationRunLogger runLogger ) : System
UpdateOptions ( CalDavSynchronizer.Contracts.Options options, GeneralOptions generalOptions ) : Task

비공개 메소드들

메소드 설명
FolderChangeWatcher_ItemSavedOrDeleted ( object sender, ItemSavedEventArgs e ) : void
FolderChangeWatcher_ItemSavedOrDeletedAsync ( ItemSavedEventArgs e ) : void
RunAllPendingJobs ( ) : Task
RunAndRescheduleNoThrow ( ) : Task
RunPartialNoThrow ( IOutlookId itemsToSync ) : Task

메소드 상세

RunAndRescheduleNoThrow() 공개 메소드

public RunAndRescheduleNoThrow ( bool runNow ) : Task
runNow bool
리턴 Task

SynchronizationProfileRunner() 공개 메소드

public SynchronizationProfileRunner ( ISynchronizerFactory synchronizerFactory, ISynchronizationReportSink reportSink, IFolderChangeWatcherFactory folderChangeWatcherFactory, System.Action ensureSynchronizationContext, ISynchronizationRunLogger runLogger ) : System
synchronizerFactory ISynchronizerFactory
reportSink ISynchronizationReportSink
folderChangeWatcherFactory IFolderChangeWatcherFactory
ensureSynchronizationContext System.Action
runLogger ISynchronizationRunLogger
리턴 System

UpdateOptions() 공개 메소드

public UpdateOptions ( CalDavSynchronizer.Contracts.Options options, GeneralOptions generalOptions ) : Task
options CalDavSynchronizer.Contracts.Options
generalOptions CalDavSynchronizer.Contracts.GeneralOptions
리턴 Task