IOperationInvoker.InvokeBegin(Object, Object[], AsyncCallback, Object) Method

Definition

An asynchronous implementation of the Invoke(Object, Object[], Object[]) method.

C#
public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state);

Parameters

instance
Object

The object to be invoked.

inputs
Object[]

The inputs to the method.

callback
AsyncCallback

The asynchronous callback object.

state
Object

Associated state data.

Returns

A IAsyncResult used to complete the asynchronous call.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1