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^>^%)
.NET Framework (current version)
Returns an object and a set of output objects from an instance and set of input objects.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: