ServiceWrapper.ServiceProvider.PowerEvent C# (CSharp) Method

PowerEvent() public method

public PowerEvent ( PowerBroadcastStatus status ) : bool
status PowerBroadcastStatus
return bool
        public virtual bool PowerEvent(PowerBroadcastStatus status)
        {
            return true;
        }