C# Класс CmisSync.Lib.Sync.CmisRepo

Наследование: RepoBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CancelSync ( ) : void

Cancel the currently running sync. Returns once the current blocking operation completes.

CmisRepo ( RepoInfo repoInfo, IActivityListener activityListener ) : System

Constructor.

Enable ( ) : void

SyncInBackground ( ) : void

Synchronize. The synchronization is performed in the background, so that the UI stays usable.

SyncInBackground ( bool syncFull ) : void

Synchronize. The synchronization is performed in the background, so that the UI stays usable.

SyncInNotBackground ( ) : void

The synchronization is performed in synchronous.

SyncInNotBackground ( bool syncFull ) : void

Synchonize. The synchronization is performed in synchronous.

UpdateSettings ( string password, int pollInterval, bool syncAtStartup ) : void

Update repository settings.

isSuspended ( ) : bool

Whether this folder's synchronization is suspended right now.

isSyncing ( ) : bool

Whether this folder's synchronization is running right now.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Dispose pattern implementation.

Описание методов

CancelSync() публичный Метод

Cancel the currently running sync. Returns once the current blocking operation completes.
public CancelSync ( ) : void
Результат void

CmisRepo() публичный Метод

Constructor.
public CmisRepo ( RepoInfo repoInfo, IActivityListener activityListener ) : System
repoInfo RepoInfo
activityListener IActivityListener
Результат System

Dispose() защищенный Метод

Dispose pattern implementation.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Enable() публичный Метод

public Enable ( ) : void
Результат void

SyncInBackground() публичный Метод

Synchronize. The synchronization is performed in the background, so that the UI stays usable.
public SyncInBackground ( ) : void
Результат void

SyncInBackground() публичный Метод

Synchronize. The synchronization is performed in the background, so that the UI stays usable.
public SyncInBackground ( bool syncFull ) : void
syncFull bool
Результат void

SyncInNotBackground() публичный Метод

The synchronization is performed in synchronous.
public SyncInNotBackground ( ) : void
Результат void

SyncInNotBackground() публичный Метод

Synchonize. The synchronization is performed in synchronous.
public SyncInNotBackground ( bool syncFull ) : void
syncFull bool
Результат void

UpdateSettings() публичный Метод

Update repository settings.
public UpdateSettings ( string password, int pollInterval, bool syncAtStartup ) : void
password string
pollInterval int
syncAtStartup bool
Результат void

isSuspended() публичный Метод

Whether this folder's synchronization is suspended right now.
public isSuspended ( ) : bool
Результат bool

isSyncing() публичный Метод

Whether this folder's synchronization is running right now.
public isSyncing ( ) : bool
Результат bool