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!

ServiceProcessInstaller.Install

[To be supplied.]

[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

ServiceProcessInstaller Class | ServiceProcessInstaller Members | System.ServiceProcess Namespace