Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes the class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the manager.
|
Method | Description | |
---|---|---|
CancelWaitableTimer ( ) : void |
Cancels the timer. If the timer has not been set or has already been cancelled, this method does nothing.
|
|
GetNextTimerExpiry ( ) : DateTime? |
Returns the the next expiry time for any running timer, or
|
|
PowerModeChanged ( object sender, Microsoft.Win32.PowerModeChangedEventArgs e ) : void |
Invoked when the user suspends or resumes the system.
|
|
SetWaitableTimer ( System.DateTime dateTime ) : void |
Sets a timer to wake the computer at the specified date and time.
|
|
WakeUpManager ( ) : System |
Prevents a default instance of the WakeUpManager class from being created.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | A value indicating whether this method was invoked by an explicit call to |
return | void |