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

Inheritance: IINstallerSessionFactory, IApplicationService
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

Create() public method

public Create ( IInstallContentAction action, Task>.Func progress ) : IInstallerSession
action IInstallContentAction
progress Task>.Func
return IInstallerSession

CreateUninstaller() public method

public CreateUninstaller ( IUninstallContentAction2 action ) : IUninstallSession
action IUninstallContentAction2
return IUninstallSession

InstallerSessionFactory() public method

public InstallerSessionFactory ( ISteamHelperRunner steamHelperRunner, Func fact ) : System
steamHelperRunner ISteamHelperRunner
fact Func
return System