2 implementations of BeginCall
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1983
IAsyncResult ICallOnce.
BeginCall
(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
2016
IAsyncResult ICallOnce.
BeginCall
(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginCall
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2154
IAsyncResult result = _callOnce.
BeginCall
(_channel, timeout, callback, state);