The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IOperationInvoker::InvokeEnd Method (Object^, array<Object^>^%, IAsyncResult^)
.NET Framework (current version)
The asynchronous end method.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Object^ InvokeEnd(
Object^ instance,
[OutAttribute] array<Object^>^% outputs,
IAsyncResult^ result
)
Parameters
- instance
-
Type:
System::Object^
The object invoked.
- outputs
-
Type:
array<System::Object^>^%
The outputs from the method.
- result
-
Type:
System::IAsyncResult^
The System::IAsyncResult object.
.NET Framework
Available since 3.0
Available since 3.0
Show: