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

Классы

Имя Описание
AbstractEventProducer Abstract event producer.
ConnectionScheduler Connection scheduler.
DebugLoggingHandler Debug logging handler. Does nothing else then calling each toString method of every incoming event.
DelayRetryAndNextSyncEventHandler Delay StartNextSyncEvents and AbstractFolderEvents with RetryCounter > 0. Events are only retried if no full sync is requested as they are obsolete then.
EventHandlerPriorities Default event handler priorities.
ReportingSyncEventHandler Abstrace baseclass for all SyncEventHandlers which need the queue.
SyncEventManager Sync event manager which has a list of all Handlers and forwards events to them.
SyncEventQueue Sync event queue.
SyncScheduler Sync scheduler. Inserts every pollInterval a new StartNextSyncEvent into the Queue
TransmissionManager Transmission manager.