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::InvokeBegin Method (Object^, array<Object^>^, AsyncCallback^, Object^)
.NET Framework (current version)
An asynchronous implementation of the Invoke method.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
IAsyncResult^ InvokeBegin(
Object^ instance,
array<Object^>^ inputs,
AsyncCallback^ callback,
Object^ state
)
Parameters
- instance
-
Type:
System::Object^
The object to be invoked.
- inputs
-
Type:
array<System::Object^>^
The inputs to the method.
- callback
-
Type:
System::AsyncCallback^
The asynchronous callback object.
- state
-
Type:
System::Object^
Associated state data.
Return Value
Type: System::IAsyncResult^A System::IAsyncResult used to complete the asynchronous call.
.NET Framework
Available since 3.0
Available since 3.0
Show: