IInstallerService
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.Installer.IInstallerService
Kind: interface
Wcf service contract for working with instaler
Methods
ExecuteCommand
Method
void ExecuteCommand(string command, string argument)
Command execution service A full list of command name can be found in ZennoLab.InterfacesLibrary.Installer.ServiceCommand
Parameters
| Type | Name | Description |
|---|---|---|
string | command | command |
string | argument | argument |