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