System::ComponentModel::RunWorkerCompletedEventArgs::get_Result method

RunWorkerCompletedEventArgs::get_Result method

Gets a value that represents the result of an asynchronous operation.

System::SharedPtr<System::Object> System::ComponentModel::RunWorkerCompletedEventArgs::get_Result() const

ReturnValue

An System.Object representing the result of an asynchronous operation.

See Also