C# Class CmisSync.Lib.FolderLock

Create a "lock" file in folder that will prevent the user from moving/deleting/renaming the folder as long as CmisSync is running.
Inheritance: IDisposable
Afficher le fichier Open project: keithwharrison/Oris4Sync Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Implement IDisposable interface.

FolderLock ( string folderPath ) : log4net

Constructor.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose pattern implementation.

Method Details

Dispose() public méthode

Implement IDisposable interface.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Dispose pattern implementation.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FolderLock() public méthode

Constructor.
public FolderLock ( string folderPath ) : log4net
folderPath string
Résultat log4net