C# Class SevenSoftware.Windows.ApplicationServices.RecoveryData

Defines a class that contains a callback delegate and properties of the application as defined by the user.
Exibir arquivo Open project: robertbaker/SevenUpdate Class Usage Examples

Public Methods

Method Description
Invoke ( ) : void

Invokes the recovery callback function.

RecoveryData ( RecoveryCallback callback, object state ) : System

Initializes a new instance of the RecoveryData class.

Method Details

Invoke() public method

Invokes the recovery callback function.
public Invoke ( ) : void
return void

RecoveryData() public method

Initializes a new instance of the RecoveryData class.
public RecoveryData ( RecoveryCallback callback, object state ) : System
callback RecoveryCallback The callback delegate.
state object The current state of the application.
return System