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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.