IOperationInvoker.InvokeEnd(Object, Object[], IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The asynchronous end method.
public:
System::Object ^ InvokeEnd(System::Object ^ instance, [Runtime::InteropServices::Out] cli::array <System::Object ^> ^ % outputs, IAsyncResult ^ result);
public object InvokeEnd (object instance, out object[] outputs, IAsyncResult result);
abstract member InvokeEnd : obj * Object[] * IAsyncResult -> obj
Public Function InvokeEnd (instance As Object, ByRef outputs As Object(), result As IAsyncResult) As Object
Parameters
- instance
- Object
The object invoked.
- outputs
- Object[]
The outputs from the method.
- result
- IAsyncResult
The IAsyncResult object.
Returns
The return value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.