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!

EventLogInstaller.Install

Called when we should perform the install. Inherited from Installer.

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

Parameters

savedState
[To be supplied.]

See Also

EventLogInstaller Class | EventLogInstaller Members | System.Diagnostics Namespace