C# Class AzureSiteReplicator.Data.LockFile

Inheritance: IDisposable
Datei anzeigen Open project: projectkudu/AzureSiteReplicator Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TryGetLockFile ( string path, LockFile &file ) : bool

Private Methods

Method Description
LockFile ( string path, Stream stream ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TryGetLockFile() public static method

public static TryGetLockFile ( string path, LockFile &file ) : bool
path string
file LockFile
return bool