Implemented interface member:
method
BeginDisplayInitializationUI
System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback, System.Object)
2 references to BeginDisplayInitializationUI
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1949return channel.BeginDisplayInitializationUI(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
648return _serviceChannel.BeginDisplayInitializationUI(callback, state);