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
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method 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 method

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.
return System

ToString() public method

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