C# Class FloatingQueue.Server.Replication.NodeSynchronizer

Inheritance: INodeSynchronizer
Datei anzeigen Open project: eleks/FloatingQueuePoC

Public Methods

Method Description
StartBackgroundSync ( ExtendedNodeInfo nodeInfo, int>.Dictionary aggregateVersions ) : void

Private Methods

Method Description
DoSync ( IInternalQueueServiceProxy proxy, int>.IDictionary unsyncedNodeVersions ) : int>.Dictionary
OnSynchronizationFinished ( ExtendedNodeInfo nodeInfo, int>.Dictionary writtenVersions ) : void

Method Details

StartBackgroundSync() public method

public StartBackgroundSync ( ExtendedNodeInfo nodeInfo, int>.Dictionary aggregateVersions ) : void
nodeInfo FloatingQueue.Server.Services.ExtendedNodeInfo
aggregateVersions int>.Dictionary
return void