메소드 | 설명 | |
---|---|---|
TaskEndedEventArgs ( TaskStatus p_tstStatus, string p_strMessage, object p_objReturnValue ) : System |
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 |