C# (CSharp) CmisSync.Lib.Events Пространство имен

Классы

Имя Описание
AbstractFolderEvent Abstract folder event.
BubbledEvent Bubbled event ca be used to add an event of given source to another Queue
CmisConnectionExceptionEvent Cmis connection exception occured while handling event in SyncEventQueue and this event is added back to Queue to inform about this problem.
ConfigChangedEvent Config changed event.
ConfigurationNeededEvent Configuration needed event can be used to inform about a wrong config.
ContentChangeEvent Events Created By ContentChange Eventhandler
CrawlRequestEvent Crawl request event.
EncapsuledEvent Takes an ISyncEvent and combines it together with the source object. This could be used to take one event of an event queue and put it into another queue without loosing context informations which are implicit given on the source queue.
ExceptionEvent Exception event.
FSEvent
FSMovedEvent FS moved event.
FileConflictEvent File conflict event.
FileEvent File event.
FileMovedEvent File moved event.
FileOrFolderEventFactory File or folder event factory.
FolderEvent Folder event. Should be added to the Queue if anything on a folder could have been changed.
FolderMovedEvent Folder moved event.
FullSyncCompletedEvent Full sync completed event.
InteractionNeededEvent Interaction needed event embeds exceptions which must be resolved by user interaction.
PermissionDeniedEvent Permission denied event.
ProxyAuthRequiredEvent Proxy auth required event.
RecentChangedEvent Recent changed event.
RemoteEvent Remote event.
RepoConfigChangedEvent Repo config changed event.
RequestIgnoredEvent Request ignored event.
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.
SuccessfulLoginEvent Successful login on a server should add this event to the event queue.