C# 클래스 CmisSync.Lib.Events.StartNextSyncEvent

This event should be used by scheduler to periodically start sync processes. If any inconsitancy is detected, it could also be used by the algorithm itself to force a full sync on the next sync execution.
상속: IRemoveFromLoggingEvent, ICountableEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
StartNextSyncEvent ( bool fullSyncRequested = false ) : System

Initializes a new instance of the CmisSync.Lib.Events.StartNextSyncEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.StartNextSyncEvent.

메소드 상세

StartNextSyncEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.StartNextSyncEvent class.
public StartNextSyncEvent ( bool fullSyncRequested = false ) : System
fullSyncRequested bool If set to true a full sync is requested.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Events.StartNextSyncEvent.
public ToString ( ) : string
리턴 string