C# Class PowerDeploy.Server.Provider.Workspace

Inheritance: IDisposable
显示文件 Open project: tobiaszuercher/PowerDeploy Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
UpdateSources ( ) : void
Workspace ( IFileSystem fileSystem, ServerSettings serverSettings ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UpdateSources() public method

public UpdateSources ( ) : void
return void

Workspace() public method

public Workspace ( IFileSystem fileSystem, ServerSettings serverSettings ) : System
fileSystem IFileSystem
serverSettings ServerSettings
return System