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
ファイルを表示 Open project: keithwharrison/Oris4Sync Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Implement IDisposable interface.

FolderLock ( string folderPath ) : log4net

Constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose pattern implementation.

Method Details

Dispose() public method

Implement IDisposable interface.
public Dispose ( ) : void
return void

Dispose() protected method

Dispose pattern implementation.
protected Dispose ( bool disposing ) : void
disposing bool
return void

FolderLock() public method

Constructor.
public FolderLock ( string folderPath ) : log4net
folderPath string
return log4net