ISynchronizeInvoke::EndInvoke Method (IAsyncResult^)
.NET Framework (current version)
Waits until the process started by calling BeginInvoke completes, and then returns the value generated by the process.
Assembly: System (in System.dll)
Parameters
- result
-
Type:
System::IAsyncResult^
An IAsyncResult interface that represents the asynchronous operation started by calling BeginInvoke.
Return Value
Type: System::Object^An Object that represents the return value generated by the asynchronous operation.
This method gets the return value of the asynchronous operation represented by the IAsyncResult passed by this interface. If the asynchronous operation has not completed, this method will wait until the result is available.
.NET Framework
Available since 1.1
Available since 1.1
Show: