2 references to BeginCallOnce
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
475
return manager.
BeginCallOnce
(TimeSpan.MaxValue, null, callback, state);
514
return manager.
BeginCallOnce
(timeout, _autoDisplayUIManager, callback, state);