Property | Type | Description | |
---|---|---|---|
Solver | ].ISolver[ |
Method | Description | |
---|---|---|
Handle ( ISyncEvent e ) : bool |
Handles File or FolderEvents and tries to solve the detected situation.
|
|
SyncMechanism ( ISituationDetection |
Initializes a new instance of the SyncMechanism class.
|
Method | Description | |
---|---|---|
CreateSolver ( ) : ].ISolver[ | ||
DoHandle ( |
||
Solve ( ISolver s, |
public Handle ( ISyncEvent e ) : bool | ||
e | ISyncEvent | FileEvent or FolderEvent |
return | bool |
public SyncMechanism ( ISituationDetection |
||
localSituation | ISituationDetection |
Local situation. |
remoteSituation | ISituationDetection |
Remote situation. |
queue | ISyncEventQueue | Sync event queue. |
session | ISession | CMIS Session. |
storage | IMetaDataStorage | Meta data storage. |
transmissionStorage | IFileTransmissionStorage | File transmission storage. |
activityListener | ActivityListenerAggregator | Active sync progress listener. |
filters | IFilterAggregator | Ignore filter. |
solver | ISolver | Solver for custom solver matrix. |
return | System |