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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.