C# 클래스 Nexus.Client.Updating.UpdateManager

Manages the programme's updaters.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
Update ( ConfirmActionMethod p_camConfirm, bool p_booIsAutoCheck ) : IBackgroundTask

Runs the managed updaters.

UpdateManager ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.BackgroundTasks

A simple constructor that initializes the object with its dependencies.

메소드 상세

Update() 공개 메소드

Runs the managed updaters.
public Update ( ConfirmActionMethod p_camConfirm, bool p_booIsAutoCheck ) : IBackgroundTask
p_camConfirm ConfirmActionMethod The delegate to call to confirm an action.
p_booIsAutoCheck bool Whether the check is automatic or user requested.
리턴 IBackgroundTask

UpdateManager() 공개 메소드

A simple constructor that initializes the object with its dependencies.
public UpdateManager ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.BackgroundTasks
p_gmdGameMode IGameMode The current game mode.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
리턴 Nexus.Client.BackgroundTasks