NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceInstaller.Install

Installs the service

[Visual Basic]
Overrides Public Sub Install( _
   ByVal stateSaver As IDictionary _
)
[C#]
public override void Install(
   IDictionary stateSaver
);
[C++]
public: override void Install(
   IDictionary* stateSaver
);
[JScript]
public override function Install(
   stateSaver : IDictionary
);

Parameters

stateSaver
[To be supplied.]

See Also

ServiceInstaller Class | ServiceInstaller Members | System.ServiceProcess Namespace