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!

ServiceBase.AutoLog

If true the service will use event log to report Command failures, and information for: Start Stop Pause Continue

[Visual Basic]
Overridable Public Property AutoLog As Boolean
[C#]
public bool AutoLog {virtual get; virtual set;}
[C++]
public: __property virtual bool get_AutoLog();
public: __property virtual void set_AutoLog(bool);
[JScript]
public function get AutoLog() : Boolean;
public function set AutoLog(Boolean);

See Also

ServiceBase Class | ServiceBase Members | System.ServiceProcess Namespace