2 implementations of BeginCall
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1946
IAsyncResult ICallOnce.
BeginCall
(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1979
IAsyncResult ICallOnce.
BeginCall
(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginCall
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2093
IAsyncResult result = _callOnce.
BeginCall
(_channel, timeout, callback, state);