ServiceBase::CanHandlePowerEvent Property
Gets or sets a value indicating whether the service can handle notifications of computer power status changes.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
Property Value
Type: System::Booleantrue if the service handles the computer power status changes indicated in the PowerBroadcastStatus class, otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | This property is modified after the service was started. |
When the computer power status changes, the Service Control Manager (SCM) verifies whether the service accepts power event commands using the value of CanHandlePowerEvent.
If CanHandlePowerEvent is true, the command is passed to the service and the OnPowerEvent method is called if defined. If OnPowerEvent is not implemented in the derived class, the SCM handles the power event through the empty base class ServiceBase::OnPowerEvent method.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.