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::Invoke Method (Object^, array<Object^>^, array<Object^>^%)

 

Returns an object and a set of output objects from an instance and set of input objects.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Object^ Invoke(
	Object^ instance,
	array<Object^>^ inputs,
	[OutAttribute] array<Object^>^% outputs
)

Parameters

instance
Type: System::Object^

The object to be invoked.

inputs
Type: array<System::Object^>^

The inputs to the method.

outputs
Type: array<System::Object^>^%

The outputs from the method.

Return Value

Type: System::Object^

The return value.

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