C# Class 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.
Inheritance: IRemoveFromLoggingEvent, ICountableEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

StartNextSyncEvent() public méthode

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

ToString() public méthode

Returns a System.String that represents the current CmisSync.Lib.Events.StartNextSyncEvent.
public ToString ( ) : string
Résultat string