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!

ServiceController.CanShutdown

Tells if the service is notified when system shutdown occurs.

[Visual Basic]
Overridable Public ReadOnly Property CanShutdown As Boolean
[C#]
public bool CanShutdown {virtual get;}
[C++]
public: __property virtual bool get_CanShutdown();
[JScript]
public function get CanShutdown() : Boolean;

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace