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