C# 클래스 Nexus.Client.BackgroundTasks.TaskEndedEventArgs

An event arguments class that indicates that a task has ended.
상속: System.EventArgs
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
TaskEndedEventArgs ( TaskStatus p_tstStatus, string p_strMessage, object p_objReturnValue ) : System

A simple constructor that initialized the obejct with the given values.

메소드 상세

TaskEndedEventArgs() 공개 메소드

A simple constructor that initialized the obejct with the given values.
public TaskEndedEventArgs ( TaskStatus p_tstStatus, string p_strMessage, object p_objReturnValue ) : System
p_tstStatus TaskStatus The status of the ended task.
p_strMessage string The task completion message.
p_objReturnValue object The return value of the completed task.
리턴 System