get_Result()

RunWorkerCompletedEventArgs::get_Result() const method

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

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

Return Value

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

See Also