Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

The asynchronous end method.

Namespace:   System.ServiceModel.Dispatcher
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.

Return Value

Type: System::Object^

The return value.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft