3 implementations of InvokeBegin
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
418
public IAsyncResult
InvokeBegin
(object instance, object[] inputs, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
56
public IAsyncResult
InvokeBegin
(object instance, object[] inputs, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
63
public IAsyncResult
InvokeBegin
(object instance, object[] inputs, AsyncCallback callback, object state)
1 reference to InvokeBegin
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
222
result = Invoker.
InvokeBegin
(target, rpc.InputParameters, s_invokeCallback, resumeRpc);