C# Class rhevUP.Run

Exibir arquivo Open project: dougsland/rhevUP Class Usage Examples

Public Methods

Method Description
backupRHEV ( string sqlServerName, string destDir, bool quitFlag, string inetpubStr, string rhevpath ) : int
restoreRHEV ( string sqlServerName, string sourceDir, string inetpubDir, string rhevpath ) : void

Method Details

backupRHEV() public method

public backupRHEV ( string sqlServerName, string destDir, bool quitFlag, string inetpubStr, string rhevpath ) : int
sqlServerName string
destDir string
quitFlag bool
inetpubStr string
rhevpath string
return int

restoreRHEV() public method

public restoreRHEV ( string sqlServerName, string sourceDir, string inetpubDir, string rhevpath ) : void
sqlServerName string
sourceDir string
inetpubDir string
rhevpath string
return void