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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.