C# Class withSIX.Mini.Applications.Factories.InstallerSessionFactory

Inheritance: IINstallerSessionFactory, IApplicationService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Create ( IInstallContentAction action, Task>.Func progress ) : IInstallerSession
CreateUninstaller ( IUninstallContentAction2 action ) : IUninstallSession
InstallerSessionFactory ( ISteamHelperRunner steamHelperRunner, Func fact ) : System

Method Details

Create() public méthode

public Create ( IInstallContentAction action, Task>.Func progress ) : IInstallerSession
action IInstallContentAction
progress Task>.Func
Résultat IInstallerSession

CreateUninstaller() public méthode

public CreateUninstaller ( IUninstallContentAction2 action ) : IUninstallSession
action IUninstallContentAction2
Résultat IUninstallSession

InstallerSessionFactory() public méthode

public InstallerSessionFactory ( ISteamHelperRunner steamHelperRunner, Func fact ) : System
steamHelperRunner ISteamHelperRunner
fact Func
Résultat System