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

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

공개 메소드들

메소드 설명
TaskSetCompletedEventArgs ( bool p_booSuccess ) : System

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

TaskSetCompletedEventArgs ( bool p_booSuccess, string p_strMessage, object p_objReturnValue ) : System

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

메소드 상세

TaskSetCompletedEventArgs() 공개 메소드

A simple constructor that initialized the obejct with the given values.
public TaskSetCompletedEventArgs ( bool p_booSuccess ) : System
p_booSuccess bool Whether or not the task set completed successfully.
리턴 System

TaskSetCompletedEventArgs() 공개 메소드

A simple constructor that initialized the obejct with the given values.
public TaskSetCompletedEventArgs ( bool p_booSuccess, string p_strMessage, object p_objReturnValue ) : System
p_booSuccess bool Whether or not the task set completed successfully.
p_strMessage string The message of the completed task set.
p_objReturnValue object The return value of the completed task set.
리턴 System