Method | Description | |
---|---|---|
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.
|
public TaskSetCompletedEventArgs ( bool p_booSuccess ) : System | ||
p_booSuccess | bool | Whether or not the task set completed successfully. |
return | System |
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. |
return | System |