3 implementations of InvokeBegin
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
407
public IAsyncResult
InvokeBegin
(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
48
public IAsyncResult
InvokeBegin
(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
58
public IAsyncResult
InvokeBegin
(object instance, object[] inputs, AsyncCallback callback, object state)
1 reference to InvokeBegin
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
180
result = Invoker.
InvokeBegin
(target, rpc.InputParameters, s_invokeCallback, resumeRpc);