3 implementations of BeginDisplayInitializationUI
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1573
public IAsyncResult
BeginDisplayInitializationUI
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
646
IAsyncResult IClientChannel.
BeginDisplayInitializationUI
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
609
IAsyncResult IClientChannel.
BeginDisplayInitializationUI
(AsyncCallback callback, object state)
1 reference to BeginDisplayInitializationUI
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
611
return ((IClientChannel)_channel).
BeginDisplayInitializationUI
(callback, state);