Method | Description | |
---|---|---|
BeginInvoke ( this powermodechangedeventhandler, Object sender, Microsoft.Win32.PowerModeChangedEventArgs e, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this powermodechangedeventhandler, Object sender, Microsoft.Win32.PowerModeChangedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
powermodechangedeventhandler | this | |
sender | Object | |
e | Microsoft.Win32.PowerModeChangedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |