C# Class SevenUpdate.InstallCompletedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InstallCompletedEventArgs ( ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

Method Details

InstallCompletedEventArgs() public méthode

Initializes a new instance of the InstallCompletedEventArgs class.
public InstallCompletedEventArgs ( ) : System
Résultat System

InstallCompletedEventArgs() public méthode

Initializes a new instance of the InstallCompletedEventArgs class.
public InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System
updatesInstalled int The number of updates installed.
updatesFailed int The number of updates that failed.
Résultat System