mirror of https://github.com/winsw/winsw
Support multiple optionally element depend to specify a service that must start before this service starts.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@13 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308faremotes/git-svn
parent
127d6ca5a3
commit
d9014f5db9
|
@ -48,7 +48,7 @@ namespace WMI
|
|||
public interface Win32Services : IWmiCollection
|
||||
{
|
||||
// ReturnValue Create(bool desktopInteract, string displayName, int errorControl, string loadOrderGroup, string loadOrderGroupDependencies, string name, string pathName, string serviceDependencies, string serviceType, string startMode, string startName, string startPassword);
|
||||
void Create(string name, string displayName, string pathName, ServiceType serviceType, ErrorControl errorControl, StartMode startMode, bool desktopInteract);
|
||||
void Create(string name, string displayName, string pathName, ServiceType serviceType, ErrorControl errorControl, StartMode startMode, bool desktopInteract, string[] serviceDependencies);
|
||||
|
||||
Win32Service Select(string name);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue