11 implementations of InvokeBegin
System.ServiceModel (6)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (1)
90public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
858public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
242public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
68public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
1051public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1237public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpContractFilterBehavior.cs (1)
66public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpOperationInvoker.cs (1)
41public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (1)
130public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
87public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
120public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
2 references to InvokeBegin
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
548result = this.Invoker.InvokeBegin(target, rpc.InputParameters, invokeCallback, resumeRpc);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
301result = this.invoker.innerInvoker.InvokeBegin(this.serviceInstance, this.inputs, invokeCallback, this);