Interface IPowerManagement
Namespace: MediaBrowser.Model.System
Assembly: MediaBrowser.Model.dll
Syntax
public interface IPowerManagement
Methods
AllowSystemStandby()
Declaration
void AllowSystemStandby()
PreventSystemStandby()
Declaration
void PreventSystemStandby()
ScheduleWake(DateTimeOffset, String)
Declaration
void ScheduleWake(DateTimeOffset wakeTimeUtc, string displayName)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | wakeTimeUtc | |
System.String | displayName |