IOperationInvoker.InvokeEnd(Object, Object[], IAsyncResult) Method

Definition

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