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

 

An asynchronous implementation of the Invoke method.

Namespace:   System.ServiceModel.Dispatcher
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
Return to top
Show:
© 2017 Microsoft