2 implementations of BeginCall
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2185IAsyncResult ICallOnce.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 2218IAsyncResult ICallOnce.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginCall
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2332IAsyncResult result = this.callOnce.BeginCall(this.channel, timeout, callback, state);