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